-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This would then allow countFoo to work like listFoo with the auth filter. This basically just involves applying this logic:
#if( !$util.isNullOrEmpty($ctx.stash.authFilter) )
#set( $filter = $ctx.stash.authFilter )
#if( !$util.isNullOrEmpty($args.filter) )
#set( $filter = {
"and": [$filter, $args.filter]
} )
#endMetadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request