- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 3.7k
 
Closed
Labels
Description
Steps to reproduce the issue
- Add default_disabled.php and default_enabled.php in /administrator/template/isis/html/mod_menu/.
 - Change or add any menu.
 
Expected result
- Changes should be visible in the admin menu.
 
Actual result
- No changes visible.
 
Only way to get the result
- Changing of the core files .../mod_menu/preset/enabled.php and disabled.php shows the desired changes.
 
System information (as much as possible)
- J 3.7, PHP 5.6.30 and PHP 7.0.18
 - Isis Admin Template
 
Additional comments
In mod_menu a folder preset is introduced in Joomla 3.7. There is no way to override the files enabled.php or disabled.php in the administrator template like it was before or like it would be expected for module files in general.
A fallback to either use the old files or override the new files in .../preset/ should be added.