Changeset 670


Ignore:
Timestamp:
Jul 21, 2010, 9:45:55 AM (13 years ago)
Author:
tabma
Message:
  • fixed entity filter in importer controller
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy

    r669 r670  
    261261
    262262        // fetch all templates for a specific entity
    263         //def templates = Template.findAllByEntity(Class.forName(entityClass, true, this.getClass().getClassLoader()))
    264         def templates = Template.list()
    265 
    266         println templates.dump()
     263        def templates = Template.findAllByEntity(Class.forName(entityClass, true, this.getClass().getClassLoader()))   
    267264
    268265        // render as JSON
Note: See TracChangeset for help on using the changeset viewer.