How to Display a action modal with Task Status Before Allowing Users to Edit a Model?
Hello,
I have a table with a model, and before users can edit the model, the system needs to perform several tasks. These tasks are added to a queue and processed when a worker becomes available.
I want to prevent users from accessing the edit page until these tasks are completed. Instead, I would like to display a action modal with a custom modalView that shows the status of the pending tasks. Is it possible to implement this feature? If so, how can I achieve it?
0 Replies