Ignore:
Timestamp:
Dec 15, 2010, 1:20:43 PM (13 years ago)
Author:
robert@…
Message:

Fixed bug in importing templates without any fields and improved views (ticket #76)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/dbnp/studycapturing/TemplateController.groovy

    r1257 r1269  
    101101                        def templateData = templates.find { template -> template.key == id.toLong() }
    102102                        def importTemplate = templateData?.template
    103                         println id + ": " + templateData
    104103
    105104                        if( !importTemplate ) {
Note: See TracChangeset for help on using the changeset viewer.