Closed ebabeshko closed 5 months ago
I need Submit button to be always enabled regardless of value changes, therefore I set Enable Update to Manual
and specified the following code
context.panel.enableSubmit()
in the Custom Code field of Initial Action
Submit button is always enabled now, but if value wasn't changed and I click on Submit, Confirmation Window doesn't contain values at all:
I expected to see old and new values equal here instead of not seeing them at all
When value was changed, everything is fine:
Is this an intended behaviour?
I am using latest Data Manipulation 3.8.0
@ebabeshko It's expected behavior.
We will add an option to display old and new values even when they are not modified in the future release.
I need Submit button to be always enabled regardless of value changes, therefore I set Enable Update to Manual
and specified the following code
context.panel.enableSubmit()
in the Custom Code field of Initial Action
Submit button is always enabled now, but if value wasn't changed and I click on Submit, Confirmation Window doesn't contain values at all:
I expected to see old and new values equal here instead of not seeing them at all
When value was changed, everything is fine:
Is this an intended behaviour?
I am using latest Data Manipulation 3.8.0