| Summary | set queue |
| Queue | Whups |
| Type | Enhancement |
| State | Resolved |
| Priority | 1. Low |
| Owners | |
| Requester | tmerritt (at) email (dot) arizona (dot) edu |
| Created | 8/8/06 (7185 days ago) |
| Due | |
| Updated | 8/10/06 (7183 days ago) |
| Assigned | |
| Resolved | 8/10/06 (7183 days ago) |
| Milestone | |
| Patch | Yes |
State ⇒ Resolved
sticking with my somewhat scattered review.
New Attachment: queue_move.patch
destination queue
New Attachment: whups_queue_move.patch
one other minor change (don't need Auth::getAuth() as well since we're
checking queue permissions).
But in looking at this I realized it doesn't enforce any permissions
on the queue you're moving the ticket _to_. You need to add a
permissions check on the $whups->getQueues() call in SetQueueStep1Form.
New Attachment: qmove.patch
Whups::getTicketTabs as well.
Thanks
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ set queue
Queue ⇒ Whups
New Attachment: queue_move.patch
State ⇒ New
administrator. The following patch lightens this restriction by
requiring that a person only have PERMS_DELETE on the queue that they
are moving the ticket from, allowing for finer grained access for
queue administrators.