Closed
Bug 1441149
Opened 7 years ago
Closed 6 years ago
The client manager view should have prefilled form entries for creating a new client
Categories
(Taskcluster :: UI, defect)
Taskcluster
UI
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hassan, Assigned: hashini.0913, Mentored)
Details
(Keywords: good-first-bug)
STR:
1. Navigate to https://tools.taskcluster.net/auth/clients/. If you are logged in, logout and refresh the page.
2. Login
Expected: The Create New Client (right panel) should have the Client ID input prefilled
Actual: The Client ID input is empty however refreshing the page fixes the issue
Link to the repository: https://github.com/taskcluster/taskcluster-tools.
Reporter | ||
Updated•7 years ago
|
Keywords: good-first-bug
Comment 1•7 years ago
|
||
Can I work on this issue ?
Reporter | ||
Updated•7 years ago
|
Assignee: nobody → divyabaid16
Reporter | ||
Comment 2•7 years ago
|
||
Definitely! I assigned the bug to you.
Comment 3•7 years ago
|
||
Can I work on this if @Divya is not?
Comment 5•7 years ago
|
||
@Trisha can work on this. I am a bit preoccupied for now,
Flags: needinfo?(divyabaid16)
Reporter | ||
Updated•7 years ago
|
Assignee: divyabaid16 → guptatrisha97
Comment 6•7 years ago
|
||
Thanks. Can I get some more detailed information on this bug. Any help on how to get started on fixing it will be great too!
Reporter | ||
Comment 7•7 years ago
|
||
I think you'll want to take a look at the manager and the editor files:
Client Manager: https://github.com/taskcluster/taskcluster-tools/blob/master/src/views/ClientManager/ClientManager.js
Client Editor: https://github.com/taskcluster/taskcluster-tools/blob/master/src/components/ClientEditor/index.js
Let me know if there's anything confusing with the steps to reproduce in the bug description and I'll try to clarify. Hope that helps.
Assignee | ||
Comment 8•7 years ago
|
||
Hello! I like to work on this bug if Trisha isn't
Updated•7 years ago
|
Assignee: guptatrisha97 → hashini.0913
Reporter | ||
Comment 9•6 years ago
|
||
Hashini, how is this going? Let me know if I can help :)
Flags: needinfo?(hashini.0913)
Assignee | ||
Comment 10•6 years ago
|
||
I am working on this. Sorry for the delay !
Flags: needinfo?(hashini.0913)
Assignee | ||
Comment 11•6 years ago
|
||
I have created a PR
https://github.com/taskcluster/taskcluster-tools/pull/573
Please add your reviews on this
Comment 12•6 years ago
|
||
Commit pushed to master at https://github.com/taskcluster/taskcluster-tools
https://github.com/taskcluster/taskcluster-tools/commit/460144983f253599a16829f05f528466207a53a1
Bug 1441149 - Prefill form entries (#573)
Reporter | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Tools → UI and Tools
You need to log in
before you can comment on or make changes to this bug.
Description
•