Closed
Bug 1600127
Opened 6 years ago
Closed 6 years ago
Can't revert secret after saving it without reloading the page
Categories
(Taskcluster :: UI, defect)
Taskcluster
UI
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marco, Assigned: hassan)
Details
STR:
- Open a secret's page;
- Make some modification;
- Save the modification;
- Undo the modification.
Now, the "Save Secret" button is greyed out and it can't be clicked, so you can't really revert the secret to the old state unless you reload the page.
I'm guessing the page is storing the original value of the secret and greying out the button when the content of the textarea is the same as the original value. I guess the page should update the "original value" of the secret when it gets saved (indeed, I would expect the "Save Secret" button to get greyed out after you save, but it doesn't happen).
| Reporter | ||
Updated•6 years ago
|
Summary: Can't revert secret after saving it → Can't revert secret after saving it without reloading the page
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → helfi92
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Resolved in https://github.com/taskcluster/taskcluster/commit/065b42e64f08f3ef3e7cbb1f8a868ecfc7aaa0ab. It will be deployed in Taskcluster v24.0.0.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•