AL icon indicating copy to clipboard operation
AL copied to clipboard

Moving group controls should not allow anchoring against field controls

Open vjekob opened this issue 8 years ago • 1 comments

pageextension 70770077 CustomerCardExt extends "Customer Card" { layout { moveafter(Name; Invoicing) } }

This produces strange output: an entire FastTab (Invoicing) is placed inside the "Customer" FastTab, after the field Name.

I believe that moveafter and movebefore should only allow anchoring against same-level elements: if anchor is of type field, then the target should be of type field as well; if anchor is of type group, the target should be of type group as well, and also defined at the same level.

vjekob avatar Sep 07 '17 15:09 vjekob

Not investing in this

SBalslev avatar Feb 10 '25 11:02 SBalslev