Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
None
-
None
Description
nvoked methods should be given a config object that we use to create things like tabs and fields that are then given to the upper level entity in vararg methods.
cfg.... .tabs(
cfg.tab().fields(
cfg.fields.text()...,
cfg.fields.select()...
)
);
Checklists
Acceptance criteria
Attachments
Issue Links
- is related to
-
MGNLUI-148 Improvements to configuration by code API
-
- Closed
-