Changes between Version 5 and Version 6 of Ticket #93
- Timestamp:
- Apr 21, 2011, 2:32:00 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #93 – Description
v5 v6 10 10 Functionality: 11 11 * List paginate, sort and max results per page working. 12 * Reports all working .12 * Reports all working in grails runApp. 13 13 14 14 Issues: 15 * !JasperController class not found exception for commons Digester. 16 * Need to check all dependencies. 15 17 * Export plugin is having some issues, only on task search view. 16 18 19 Schema upgrade: 20 * alter table image add constraint UN_pictureid_size unique (picture_id, size);