Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    All Datasource Fields Displaying

    After upgrading from 12.1p to 13.0p one of our dialogs is displaying all fields from its datasource (ds.xml) instead of just the FormItems we've defined and added to the layout. This is only occurring on 1 of our dialogs, the rest of the dialogs display as expected. Reverting to 12.1p with the same code displays all dialogs as expected as well.

    Is there a setting that is causing it to display all fields rather than just the FormItems we've defined?

    #2
    There isn't a known or intended change in this area - but the property useAllDataSourceFields would do this (in either version).

    Is there anything at all you can share about what makes this dialog different?

    Comment


      #3
      Removing redundant calls to ValuesManager.addMember() on top of DynamicForm.setValuesManager() resolved the issue.

      Comment

      Working...
      X