Modify ↓
#7720 closed defect (fixed)
Batchmodify must either expand $USER or filter it out of the owners list.
Reported by: | Owned by: | CuriousCurmudgeon | |
---|---|---|---|
Priority: | normal | Component: | BatchModifyPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
The owners list (with restricted_owners on) currently shows the 'magic' $USER owner.
In the trac admin this auto expands to your current user. However with batch modifications it sets the owner of tickets to "$USER".
Either it should also be expanded to the current user or skip it all together. For the latter option I made a small patch for batchmod.js
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | 7720-batchmod.htdocs.js.batchmod.patch added |
---|
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
(In [9370]) refs #7220