flagging unflagging cards

This commit is contained in:
2020-11-24 14:07:10 +01:00
parent ffc4a88094
commit a38653f7ce
14 changed files with 476 additions and 81 deletions

View File

@@ -21,3 +21,27 @@ materio_flag.delete_user_flagging_collection:
_title: 'Delete User Flagging Collection'
requirements:
_permission: 'edit own flag lists'
materio_flag.flag:
path: 'materio_flag/flag'
defaults:
_controller: '\Drupal\materio_flag\Controller\MaterioFlagActionsController::flaglistentity'
_title: 'Add entity to Flagging Collection'
requirements:
_permission: 'edit own flag lists'
materio_flag.unFlag:
path: 'materio_flag/unflag'
defaults:
_controller: '\Drupal\materio_flag\Controller\MaterioFlagActionsController::unFlaglistentity'
_title: 'Remove entity from Flagging Collection'
requirements:
_permission: 'edit own flag lists'
# materio_flag.unflag
# path: 'materio_flag/unflag'
# defaults:
# _controller: '\Drupal\materio_flag\Controller\MaterioFlagController::unFlag'
# _title: 'Remove entity from Flagging Collection'
# requirements:
# _permission: 'edit own flag lists'