-
Hi, Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
mgdm187
Jun 28, 2021
Replies: 1 comment
-
I managed to do it in dialog in afterLoadEntity with this line of code: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mgdm187
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I managed to do it in dialog in afterLoadEntity with this line of code:
this.saveAndCloseButton.bind('click', () => this.myField.loadByIdAndOpenDialog(this.form.myxField.value));
BR