You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It shows checkboxes properly with the right values in details and editing page as well. But After checking/unchecking some checkboxes, changes are not applied.
A workaround is using displayUsing instead and the new code is :
In this case, changes are applied but since displayUsing is only used by nova in details page, and not in editing page. Checkboxes are not checked by default in editing page.
Thanks,
The text was updated successfully, but these errors were encountered:
medteck
changed the title
Updates not applied when using 'resolveUsing'
Updates not applied when 'resolveUsing' is called
Aug 20, 2020
When using this code:
It shows checkboxes properly with the right values in details and editing page as well. But After checking/unchecking some checkboxes, changes are not applied.
A workaround is using
displayUsing
instead and the new code is :In this case, changes are applied but since displayUsing is only used by nova in details page, and not in editing page. Checkboxes are not checked by default in editing page.
Thanks,
The text was updated successfully, but these errors were encountered: