Actions
action #104037
closedCan not save description in job group unless other values are changed as well
Description
Observation¶
I would like to add the following text
Aggregate or "update" tests for SLE maintenance updates. Triggered by
https://gitlab.suse.de/qa-maintenance/bot-ng
to https://openqa.suse.de/admin/edit_parent_group/7 but clicking the "Save" button has no visible effect and https://openqa.suse.de/parent_group_overview/7 does not show the description. In contrast I can still update the description in https://openqa.suse.de/group_overview/110
Steps to reproduce¶
- Go to https://openqa.suse.de/admin/edit_parent_group/7
- Make sure you are logged in
- Add text in the "Description" text field
- Click "Save" button
- Observe that nothing happens (expected: Text " Changes applied" below the button with a floppy disk icon in front)
- Change another value, e.g. move prio up by one and again down by one
- Click "Save" button
Acceptance criteria¶
- AC1: The above text has been added to the job group description of https://openqa.suse.de/admin/edit_parent_group/7
- AC2: openQA explicitly reports if the user tried something unsupported
Updated by okurz almost 3 years ago
- Subject changed from Can not save description in job group to Can not save description in job group unless other values are changed as well
- Description updated (diff)
Updated by livdywan almost 3 years ago
I believe the key handling only considers input
s, which the description isn't because it's a textarea
.
Updated by tinita almost 3 years ago
PR https://github.com/os-autoinst/openQA/pull/4408 was merged.
Also PR from Marius: https://github.com/os-autoinst/openQA/pull/4410 was merged
Updated by mkittler almost 3 years ago
- Status changed from New to Resolved
- Assignee set to livdywan
Resolved by mentioned PRs and works on o3.
Actions