atomic-server
atomic-server copied to clipboard
What to do about nested dialogs
There are a few situations where you can open a dialog from another dialog. In general we try to avoid these scenarios but they do exist. For example when creating a resource inside you can create nested resources by selecting the 'Create:
Nested dialogs are problematic because they are confusing.
There is also a bug where both dialogs are closed when the user closes one of them.