-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirecting to 'show list' after deleting a 'cloud network' #1809
Conversation
@gildub sorry, this one too! |
@himdel can you point us to what is the right way? The flash message passing should be automatic? |
Well, this works, but yeah we shouldn't be passing these flash messages as params if we can help it. For example,
Similarly,
👉 I guess it'd be best to follow
(feel free to use But, if we're standardizing the delete behaviour, we should probably fix all of them:
|
@tzumainn, catching up too... |
This is definitely needed. |
@AlonaKaplan just a heads up (no pressure), this is now waiting for you :) |
Checked commit AlonaKaplan@ebe330a with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
LGTM, tested in the UI :) |
@miq-bot add_label fine/yes |
Redirecting to 'show list' after deleting a 'cloud network' (cherry picked from commit eb5a9dc) https://bugzilla.redhat.com/show_bug.cgi?id=1512667
Fine backport details:
|
Currently it stays in the deleted network form. It is not standard. For example, when 'cloud subnet' is deleted it is redirected to the subnets list.