Bug 1161373
Summary: | [WEB UI] Warning message are vertically appended to each other | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] Beaker | Reporter: | wangdong <dowang> | ||||||
Component: | web UI | Assignee: | Dan Callaghan <dcallagh> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 19 | CC: | aigao, asaha, dcallagh | ||||||
Target Milestone: | 19.1 | Keywords: | Patch | ||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2014-12-17 08:40:19 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Created attachment 954765 [details]
lend
(In reply to wangdong from comment #0) > Version-Release number of selected component (if applicable): > 0.18.5 Actually this only affects unreleased develop (Beaker 19). Also affects: loan request modal, report problem modal, owner change modal. http://gerrit.beaker-project.org/3508 Yes this also affects the Power Settings tab, I missed that one. Oh sorry, I see what you mean about a regression... those error messages are not actually from the power settings tab, they are from system rename and owner change, but they are showing up in the power settings tab too. Okay, I see the cause now. It's not actually a regression, it was broken before this patch as well... it's basically a different problem with the Power Settings tab, however it is closely related to this bug so I will just fix it up here: http://gerrit.beaker-project.org/3520 Beaker 19.1 is released. |
Created attachment 954764 [details] rename Description of problem: when I lend system, if I input a invalid name then click save, there will show a warning message, but if I input a invalid name again, it will add another warning message. that means it will always generate warning message. Same case with rename server. Version-Release number of selected component (if applicable): 0.18.5 How reproducible: Steps to Reproduce: 1. Swith to system detail page and loan tab 2. Click Lend, in pop-up dialog input invalid name then click save. 3. Repeat step 2. 4. Click rename in system detail page. 5. Input a name which already used with other system. 6. Repeat step 5. Actual results: The warning message is growing up. Expected results: If I input another invalid value, the warning message should only tell me the current value is wrong. Additional info: