Changeset 3989
- Timestamp:
- 07/08/08 17:10:46 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ticketsubmitpolicyplugin/0.11/ticketsubmitpolicy/templates/ticketsubmitpolicy.html
r3987 r3989 86 86 Add action: 87 87 <select name="add_action_${name}"> 88 <option></option> 88 89 <py:for each="action in [ i.name() for i in self_actions 89 90 if i.name() not in [ j['name'] for j in policies[name]['actions']]]"> ticketsubmitpolicyplugin/0.11/ticketsubmitpolicy/ticketsubmitpolicy.py
r3987 r3989 330 330 if req.method == 'POST': 331 331 332 import pdb; pdb.set_trace()333 334 332 # get the conditions and policies from the request 335 333
