Provider specific ExpressionFragmentTranslators should override default ones #6691
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Currently provider specific ExpressionFragmentTranslators will not be executed if we have a default translator for the same fragment. This happens because provider specific translators are added to the end of the list of translators, so the default ones run first. We should switch the order so that provider specific translators run first.
The text was updated successfully, but these errors were encountered: