In LM 2.7 I noticed that attributes mapped with incorrect "targets" are simply skipped without any warning. Should probably add something to the logs. ```xml <attribute> <type>int</type> <source>@.id</source> <target>invalidProperty</target> </attribute> ```
In LM 2.7 I noticed that attributes mapped with incorrect "targets" are simply skipped without any warning. Should probably add something to the logs.