Vidyano/vidyano

Attribute label does not refresh

ThierryRosseau opened this issue · 1 comments

We have the following senario:

On a PO we have a custom action that opens a dialog PO. When saving that dialog PO we modify the enity and call RefreshOperation. In de OnLoad from the refreshing PO we modify the label. This modification does not show in the interface. Netwerk result shows correct label is send.

Expertise PO

  • Custom Action 'Override Contact'
  • Open OverrideContactDialog PO (AsDialog)
    • OnSave update entity and call RefreshOperation(obj.Parent) (Refresh Expertise)
      • OnLoad on Expertise PO we modify label
      • Modification is not shown

After F5 the label is shown correctly

Screenshot 2024-02-23 at 13 22 39
Screenshot 2024-02-23 at 13 23 08

Fixed in #36