Issues
- dmCategory displayBody webskin throws error due to unknown arguments.objectID being passed to pagination tagFCB-33
- Create staging site for Skeleton content managementFCB-11Matthew Bryant
- Blog Post Rule scheduled at the bottom of a blog post displayFCB-4Resolved issue: FCB-4Matthew Bryant
- Default data for profile on new installation: Mat BryantFCB-1Matthew Bryant
4 of 4
dmCategory displayBody webskin throws error due to unknown arguments.objectID being passed to pagination tag
Description
Environment
None
Details
Assignee
UnassignedUnassignedReporter
James BuckinghamJames BuckinghamComponents
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
James Buckingham
James BuckinghamComponents
Affects versions
Priority
Created August 25, 2010 at 3:12 PM
Updated April 6, 2013 at 4:33 AM
Slight error in this webskin, although it looks like this has been rewritten in branch so don't know if it's fixed.
There is a call being made to <ftagination> with the page trying to pass in #arguments.objectID#. That variable doesn't exist so an error is being thrown.
Changing this to stObj.objectID works though.