Allow configuring the order of built-in EntityCallbacks #4914
Labels
status: ideal-for-contribution
An issue that a contributor can help us with
type: enhancement
A general enhancement
Hi @mp911de ,
the
@Order
of the built-in EntityCallbacks (at the time of writingAuditingEntityCallback
andValidatingEntityCallback
) is not distinctive, both have the same configurationFurthermore, I would like to make the value referencable by exposing them as public constant, e.g.:
This change allows a clean code regarding ordering of the buit-in and app provided EntityCallbacks.
The text was updated successfully, but these errors were encountered: