Bug 1012389
Summary: | changes to retention tag name are not persisted, impossible to change tag name | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | wangjing <jingwang> |
Component: | web UI | Assignee: | Dan Callaghan <dcallagh> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | develop | CC: | aigao, asaha, dcallagh, llim, qwan, rmancy |
Target Milestone: | 0.16 | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-03-17 03:01:53 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: |
Description
wangjing
2013-09-26 11:51:03 UTC
As far as I can see this has never actually worked, so not a regression. Turns out there's an underlying issue in the database model that means this can't be fixed in a maintenance release - bumping to 0.16 Patch to make tag name changes take effect: http://gerrit.beaker-project.org/2309 Patch to allow "expire in days" field to also be edited: http://gerrit.beaker-project.org/2310 The latter is important for example if the admin changes the "60Days" tag to "90Days". tested on beaker-devel( build 0.15.4.git.110.c0912fb)-->partly fail 1. modify the Retention tag name with valid/invalid value.-->pass 2. modify the "expire in days" field-->fail steps: 1)visit one Retention tag page and change the value in "expire in days" field 2)click save. Actual resutls: red message 'Retention tag already exists' under 'Tag' field, and failed to modify value in "expire in days" field Expected results: modifying the "expire in days" field should succeed. Fix for editing existing tags (without renaming them): http://gerrit.beaker-project.org/2826 Beaker 0.16.0 has been released. |