Compare commits

..

1 Commits

Author SHA1 Message Date
Guy Sartorelli
e6dd0e92a0
Merge 317b6548d7 into 4f821d1188 2024-10-17 00:16:27 +00:00
2 changed files with 6 additions and 2 deletions

6
_config.php Normal file
View File

@ -0,0 +1,6 @@
<?php
use SilverStripe\Admin\CMSMenu;
use SilverStripe\UserForms\Control\UserDefinedFormAdmin;
CMSMenu::remove_menu_class(UserDefinedFormAdmin::class);

View File

@ -47,8 +47,6 @@ class UserDefinedFormAdmin extends LeftAndMain
private static $url_segment = 'user-forms';
private static $ignore_menuitem = true;
/**
* @var string The name of the folder where form submissions will be placed by default
*/