Ignore:
Timestamp:
Jan 21, 2010, 1:38:57 PM (14 years ago)
Author:
gav
Message:

Add AssetSubItemService and start moving methods to it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/taglib/AssetTreeTagLib.groovy

    r284 r285  
    271271    }
    272272
    273     def assetSubItemCreateLink(id) {
    274         createLink(controller: 'assetSubItemDetailed', action: 'create', params: ['id': id] ).toString()
     273    def assetSubItemCreateLink(assetId) {
     274        createLink(controller: 'assetSubItemDetailed', action: 'create', params: ['asset.id': assetId] ).toString()
    275275    }
    276276
Note: See TracChangeset for help on using the changeset viewer.