Attribute label does not refresh
ThierryRosseau opened this issue · 1 comments
ThierryRosseau commented
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
- OnSave update entity and call RefreshOperation(obj.Parent) (Refresh Expertise)
After F5 the label is shown correctly