Dashboard tab marker is now set via pat-navigation.#447
Conversation
From your analysis on that PR we have some cases that the previous code covered and this one did not |
|
On the one hand I think the behaviour with the dashboard switcher in daimler.oira is not ideal, on the other hand it seems to point to a general problem: In the backend we can easily distinguish between context and view; the javascript has to work on the URL where it isn't clear which names are context IDs and which are view names. AFAICT merging this would not make the behaviour worse in plain Euphorie. It would make the code simpler (but only a little). We could still keep the old code for daimler.oira. However, that would introduce yet another deviation between the two. If we don't merge this PR, will there be any conflict with the new pat-navigation javascript? |
|
@reinhardt we can just not merge this, that should be fine. |
4bcb141 to
49bd341
Compare
|
@ale-rt I re-checked this PR with the current pat-navigation changes and it does work fine for me. I think we can merge this. |

Removed the backend code which sets the
currentclass in the dashboard.Instead it is set via
pat-navigationclient side only.Merge together:
#447
https://gitlab.com/syslabcom/daimler/daimler.oira/-/merge_requests/144
Related: