Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Fix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Fix versions
Priority
Created May 23, 2017 at 12:01 PM
Updated June 13, 2017 at 10:38 AM
Resolved May 23, 2017 at 4:07 PM
For instance, if in entity A I add an
@SortableField
annotation pointing to a unknown field, and if I embed this entity A in entity B, then I will get an error message along the lines of "@SortableField on property A#propertyOfA refers to unknown field propertyOfB.unknownField".Here, "propertyOfB" should not appear at all: we're in the context of A.
We should have a look at existing messages and try to remove any existing inconsistencies.