Changeset 3254

Show
Ignore:
Timestamp:
02/20/08 07:34:34 (5 months ago)
Author:
ashwin_phatak
Message:

Fixes #1289

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • batchmodifyplugin/0.10/batchmod/web_ui.py

    r2771 r3254  
    3535            yield ('mainnav', 'tickets', 
    3636                   html.A('View Tickets', href=req.href.query())) 
    37         yield ('mainnav', 'query', 
     37        elif req.perm.has_permission('TICKET_BATCH_MODIFY'): 
     38            yield ('mainnav', 'query', 
    3839                   html.A('Custom Query', href=req.href.query())) 
    3940