issue about busy dynamic icon keeps spinning.
Hello everyone, I am a junior developer. I recently encountered a problem when developing a commercial project, so I would like to ask if there is a solution. I said as much as possible, but due to confidentiality obligations, I can't disclose more in some places.
brief introduction:
when a local action (pop-up window) is triggered, the main page cannot be returned, and the busy dynamic icon keeps spinning.
Detailed description:
there is a list of data on the main screen. Each data contains multiple items such as the ID, name, status and there is an edit button after each data. When the edit button is clicked, a pop-up window will pop up to add comments to the current data. The pop-up window has Confirm and Cancel Button. The edit button uses the local action to call out the flow action, and the section is called out by the flow action. The OK and Cancel processing on the popup window is processed using the after action in the flow action. The above processing can be completed successfully.
Problem flow:
But when I click the edit button to pop up the window, and then close the pop-up window whether or not I use the confirm or cancel button, then I click the ID link on the main screen to open the data detail screen and then click the back to main page button, the main screen will frozen, the busy icon will rotate continuously, and you can only use the logout button to log out of the system.
Hello everyone, I am a junior developer. I recently encountered a problem when developing a commercial project, so I would like to ask if there is a solution. I said as much as possible, but due to confidentiality obligations, I can't disclose more in some places.
brief introduction:
when a local action (pop-up window) is triggered, the main page cannot be returned, and the busy dynamic icon keeps spinning.
Detailed description:
there is a list of data on the main screen. Each data contains multiple items such as the ID, name, status and there is an edit button after each data. When the edit button is clicked, a pop-up window will pop up to add comments to the current data. The pop-up window has Confirm and Cancel Button. The edit button uses the local action to call out the flow action, and the section is called out by the flow action. The OK and Cancel processing on the popup window is processed using the after action in the flow action. The above processing can be completed successfully.
Problem flow:
But when I click the edit button to pop up the window, and then close the pop-up window whether or not I use the confirm or cancel button, then I click the ID link on the main screen to open the data detail screen and then click the back to main page button, the main screen will frozen, the busy icon will rotate continuously, and you can only use the logout button to log out of the system.
I tried a lot of methods but I can't solve them all the time. I'm not sure if it's because of my wrong operation, or because I ignored any necessary settings. If you have any tips, please let me know, thank you.