-
Notifications
You must be signed in to change notification settings - Fork 358
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
Change ui to display max alert description length #8933
Change ui to display max alert description length #8933
Conversation
It is tricky to see the changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but tests are failing
Hey @kbrock , running the |
Displaying the database length limit in the ui (Just trying to get pen tests fixed) ffae74aa2685bfe21 ManageIQ/manageiq#21921
3ca1d1e
to
82f61ed
Compare
update:
|
Checked commit kbrock@82f61ed with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint |
Skipping backport to |
@kbrock A conflict occurred during the backport of this pull request to If this pull request is based on another pull request that has not been marked for backport, add the appropriate labels to the other pull request. Otherwise, please create a new pull request direct to the Conflict details: * Unmerged path app/javascript/components/miq-alert-set-form/miq-alert-set-form.schema.js
* Unmerged path app/javascript/spec/miq-alert-set-form/__snapshots__/miq-alert-set-form.spec.js.snap |
@jeffibm We need some help backporting this change to morphy. The morphy code is from before the react conversion from what I can tell, and |
The main goal of this change is to change the messaging on the screen. |
ok, I vote we do not backport this UI change.
refs:
@jeffibm Based upon these links, does this sound right to you? |
Cool - thanks for digging in @kbrock ! |
yes, the old UI had 255 characters as the limit for Description. |
Displaying the database length limit in the ui
(Just trying to get pen tests fixed)
I thought the model's values would be displayed in the UI.
Looks like this is manually entered in 2 places
ManageIQ/manageiq#21921
These limits are arbitrary. We changed a limit of 50 to 100 and then to 255
The UI was not fixed. So testers trying 70 (larger than 50) thought that no limit took place
This fixes the UI so testers can ensure the limits are met
Before
After