Skip to content

Persist Group Level Security Dashboard state in URL

What does this MR do?

Persist Security Dashboard state in URL

With the help of Vue-Router we persist the URL as query parameters every time we made a successful request. Every time the user updates the URL by using the browser navigation, we update the filter state.

This is all tied together in the moderator and utilizes vue-router.


Attention:

This deliberately does not yet persist the page parameter. The page parameter is currently not tracked in an easily accessible way, and this would mean an even bigger MR than we currently have. I'd rather deal with this in a follow up.


Behavior:

behaviour

What are the relevant issue numbers?

Relates to #8893 (closed)

Does this MR meet the acceptance criteria?

Edited by Lukas 'ai-pi' Eipert

Merge request reports