Changes between Version 5 and Version 6 of Ticket #93


Ignore:
Timestamp:
Apr 21, 2011, 2:32:00 AM (13 years ago)
Author:
Gavin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #93 – Description

    v5 v6  
    1010Functionality:
    1111 * List paginate, sort and max results per page working.
    12  * Reports all working.
     12 * Reports all working in grails runApp.
    1313
    1414Issues:
     15 * !JasperController class not found exception for commons Digester.
     16 * Need to check all dependencies.
    1517 * Export plugin is having some issues, only on task search view.
    1618
     19Schema upgrade:
     20 * alter table image add constraint UN_pictureid_size unique (picture_id, size);