dmCategory displayBody webskin throws error due to unknown arguments.objectID being passed to pagination tag
Description
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.
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.