admin : fixed actions local tasks

This commit is contained in:
Bachir Soussi Chiadmi
2018-02-07 15:48:14 +01:00
parent 8b85d0e529
commit 6fa79e76ca
2 changed files with 9 additions and 7 deletions
@@ -11,7 +11,7 @@ edlp_admin.add_fil:
node_type: 'fil' node_type: 'fil'
title: 'New Fil' title: 'New Fil'
appears_on: appears_on:
- view.content.page_1 - view.content.page_4
edlp_admin.add_page: edlp_admin.add_page:
route_name: 'node.add' route_name: 'node.add'
route_parameters: route_parameters:
@@ -25,11 +25,11 @@ edlp_admin.add_evenement:
node_type: 'evenement' node_type: 'evenement'
title: 'New Événement' title: 'New Événement'
appears_on: appears_on:
- view.content.page_1 - view.content.page_3
edlp_admin.add_autre_son: edlp_admin.add_entry:
route_name: 'node.add' route_name: 'entity.taxonomy_term.add_form'
route_parameters: route_parameters:
node_type: 'autre_son' taxonomy_vocabulary: 'entrees'
title: 'New Autre Son' title: 'New Entry'
appears_on: appears_on:
- view.content.page_1 - view.entree_s_.page_1
@@ -8,6 +8,7 @@ dependencies:
- taxonomy.vocabulary.entrees - taxonomy.vocabulary.entrees
- user.role.admin - user.role.admin
- user.role.collectionneur - user.role.collectionneur
- user.role.root
module: module:
- options - options
- taxonomy - taxonomy
@@ -35,6 +36,7 @@ display:
role: role:
collectionneur: collectionneur collectionneur: collectionneur
admin: admin admin: admin
root: root
cache: cache:
type: tag type: tag
options: { } options: { }