Skip to content
This repository was archived by the owner on Jan 5, 2018. It is now read-only.

Commit 8162668

Browse files
Z Snowromain
authored andcommitted
Fix routing for admin/content/files.
1 parent af41313 commit 8162668

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

file_entity.routing.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ entity.file.add_form:
5757
options:
5858
_admin_route: TRUE
5959

60+
entity.file.collection:
61+
path: /admin/content/files
62+
defaults:
63+
_entity_list: 'file'
64+
_title: 'Files'
65+
requirements:
66+
_permission: 'administer files'
67+
68+
6069
file_entity.file_add_upload:
6170
path: /file/add/upload
6271
defaults:

0 commit comments

Comments
 (0)