-
Notifications
You must be signed in to change notification settings - Fork 357
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
fix topology max items feature #1453
Conversation
@himdel @martinpovolny Please review. |
Checked commit zeari@5add6f4 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
Thanks @martinpovolny ! |
@zeari @martinpovolny should we handle the error notification (in the Toplogy page) about |
@simon3z Definitely :). When is that happening? But looks like the code just dies if |
Aah, makes sense, thanks .. looks like a simple Or maybe move it to that |
fix topology max items feature (cherry picked from commit a26ddfc) https://bugzilla.redhat.com/show_bug.cgi?id=1460382
Fine backport details:
|
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1455892
Fixes the feature introduced in #95. Setting an item limit for topology didnt work since theres inconsistency with the naming of the limit.
items
is the correct term so what this PR does iss/objects/items/g
to fix the bug.