I want to report something I found.
If you open in 2 different tabs two different filters:
- All open cases to user A
- All open cases to user B
And than refining filter in one of the tabs (for example choosing all cases with priority 1). So I get:
- All open cases to user A with priority 1
- All open cases to user B
After refinement I'm going to the second tab and refreshing it:
- All open cases to user A with priority 1
- All open cases to user A with priority 1
I seems like there is a global state of my filter and it's not saved per tab (per URL of the page)
Am I right? It is by design (misdesign)?