Some error message use the indexed type and field path inconsistently

Description

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.

Activity

Fixed

Details

Assignee

Reporter

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

Flag notifications