-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed event handlers new xid not displaying after saving edit form #2824
Comments
Patrykb0802
added a commit
that referenced
this issue
Jul 18, 2024
Patrykb0802
added a commit
that referenced
this issue
Jul 18, 2024
…g edit form" This reverts commit f204e8c.
Patrykb0802
added a commit
that referenced
this issue
Jul 18, 2024
Patrykb0802
added a commit
that referenced
this issue
Jul 22, 2024
- Added isNotEmpty() to common.js - Moved validateValue() to common.js - Added restoring previous XID value for Event Handlers when XID field is left empty when saving Event Handler
Patrykb0802
added a commit
that referenced
this issue
Jul 22, 2024
Patrykb0802
added a commit
that referenced
this issue
Jul 24, 2024
Patrykb0802
added a commit
that referenced
this issue
Jul 24, 2024
Limraj
added a commit
that referenced
this issue
Jul 24, 2024
…s_new_xid_not_displaying_after_saving_edit_form2 #2824 Fixed event handlers new xid not displaying after saving edit form
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When editing already created event handler after deleting xid and saving, completely new xid is generated but not shown until you re-choose that event handler
To Reproduce
Expected behavior
It should behave same way as when creating event handler, when you click save, new xid should appear automatically
Desktop:
Additional context
Look for edit form refresh when creating event handler, applying same logic when saving edited event handler should get rid of this problem.
The text was updated successfully, but these errors were encountered: