Skip to content

Fix 404 error on push rules admin settings if license is not installed

What does this MR do?

Fix 404 in admin area if license is missing and user navigates to push rules

Are there points in the code the reviewer needs to double check?

Not sure if empty_states ist the right location for the new screen. On the one hand it is an empty state due that we need to hide the groups, on the other hand the empty_state folder had another intention.

Why was this MR needed?

It is pretty bad if you try to promote a product which has such an easy discoverable 404 ;)

Screenshots (if relevant)

before:

Bildschirmfoto_2018-05-05_um_23.45.01

after:

Bildschirmfoto_2018-05-05_um_23.45.18

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

This fixes #3825 (closed)

Edited by Lars Greiss

Merge request reports