Closed (fixed)
Project:
File Management
Version:
8.x-1.0-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2019 at 15:01 UTC
Updated:
14 Nov 2019 at 15:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kurkuma commentedAdded a check for the module file_management_view. Otherwise use the core file view path.
This allows to use the main module (file_management) with a modified core view to add the operations links and without using the file_management_view, which has other problems of its own.
Comment #4
dpacassiThanks for your report & patch kurkuma!
I've slightly changed the approach though, I'm check if the route exists, not if the module is enabled.
As for the fallback, I'm using the machine name of the standard view display which should work in such cases.
Comment #5
dpacassi