-
Notifications
You must be signed in to change notification settings - Fork 141
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
Raise bad request when current_group is specified on edit #329
Conversation
Editing of a current_group is allowed only on on the set_current_group action. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1549086
Checked commit jntullo@d2e8ea4 with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 |
LGTM !! we don't allow current_group_id, so this is the reference signature equivalent. 👍 |
Fine backport (to manageiq repo) details:
|
@jntullo Travis is failing in Fine branch, can you please address?
|
@simaishi would you like me to create a fine-specific PR for this entire backport? or should I just create a fine-specific PR to fix just this failure? (it's a small fix) |
Since this PR is already backported to Fine branch, please create a PR just to fix the failure. Thank you! |
Raise bad request when current_group is specified on edit (cherry picked from commit 40cf625) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1551692
Gaprindashvili backport details:
|
Editing of a current_group is allowed only on on the set_current_group action.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1549086