Skip to main content
January 22, 2024
Question

After adding change in the process model, the form unexpected closed after clicking the save button

  • January 22, 2024
  • 4 replies
  • 0 views

Hi community members,

Because of a new feature, I added a xor gate and a new path in a process model. The form is some where after the XOR gate and new path. The issue is now when I clicking the save button, the form unexpected closed (no error message). The previous correct behavior is clicking save button and then clicking submit button, which means the form is stay open after clicking save and before clicking submit. Now I have to go to the process model and click the form node to view the form again then click submit. I didn't change anything in interface/UI. What the possible cause for this issue and any suggestions?

Thanks!

4 replies

sarathkumr268295
January 22, 2024

Could you give more details like the process model screenshot or anything like that?

stefanhelzle0001
Brainy
January 22, 2024

"closing the form" happens only on an active submit. Means, the user clicks a button with submit set to true and no validations are triggered.

noahc4544Author
January 22, 2024

Thanks a lot, I think I found the cause

harshitb6843
January 22, 2024

Adding screenshots and the interface code here will add more context and help us solve the problem faster without the guessing game.