Closed
Bug 65011
Opened 24 years ago
Closed 24 years ago
RFE+patch: auto-fill in login_name for small dev staffs
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Bugzilla
Bugzilla-General
Tracking
()
People
(Reporter: jay, Assigned: justdave)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
at our company, we have a small staff which uses bugzilla. so, when filing a
bug, sometimes we want to change the assignment to someone else. with current
bugzilla, you'd have to type the email address of the user. but, we have a
small staff, so why not have a pop up with all of our staff listed instead?
same for the CC list, why not a multiple selection box? why not also have this
for the login screen?
this patch adds two parameters- smallstaff and smallstafflogin. when the first
is set, the change owner and cc places are now a popup box or multibox of all
users in the database. this isn't a problem, since it's designed for a small
company.
the second, smallstafflogin, replaces the user_login screen with a popup. this
is optional for the uber security paranoid admins.
this does not modify bug_form.pl for the CC and still uses the same input box of
names as before. but, with bugzilla-beta-2.11, this patch integrates well with
the new CC multi-select box. i'll make it work even better with this patch when
i upgrade. :)
Assignee | ||
Comment 2•24 years ago
|
||
*** This bug has been marked as a duplicate of 52557 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 3•24 years ago
|
||
V. Please try and reconcile your patch with the patch on the other bug.
In future it might be a good idea to file a bug report on the enhancement before
you write the functionality to give us a chance to mark it a duplicate in case a
patch already exists.
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 4•23 years ago
|
||
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Assignee: tara → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•