link-move icon indicating copy to clipboard operation
link-move copied to clipboard

link-move-json does not complain about invalid target attributes

Open andrus opened this issue 6 years ago • 0 comments

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.

<attribute>
    <type>int</type>
    <source>@.id</source>
    <target>invalidProperty</target>
</attribute>

andrus avatar Sep 13 '19 05:09 andrus