#4162
this pr make a new problem, when you are editing dag:
eg:
that means,i have to save the dag with any small change! that will make the dag version boom...
@geosmart @break60
This is a problem caused by state synchronization in new tab. For state synchronization, we will refresh page in new opened page.
If we don't do this, the issue the task of a certain tab is changed, and the task of another tab will not be updated synchronously referenced by @break60 will occur.
This is the trade-off
the designing dag data will loss when:
this means:
you must design a complex dag without refer anything, that's impossibe!
or you have to save the uncomplete dag version(it's a garbage dag version, not real working when scheduled)
Maybe I filter some scenarios to resolve this issue, so I will fix it.
visibility change is a good feature, if you add some filter may be better :