Changeset 3988
- Timestamp:
- 07/08/08 16:55:37 (2 months ago)
- Files:
-
- clientsplugin/0.11/clients/client.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
clientsplugin/0.11/clients/client.py
r2838 r3988 25 25 26 26 def post_process_request(self, req, template, data, content_type): 27 # Some ticket views do not actually load the data in this way 28 # e.g. action=history or action=diff 29 if not data.has_key('fields'): 30 return template, data, content_type 31 27 32 newticket = req.path_info.startswith('/newticket') 28 33 if req.path_info.startswith('/ticket/') or newticket:
