Merge pull request #18897 from code-chicken/patch-13

Allow removal of tabs
This commit is contained in:
Laurent Destailleur 2021-10-06 13:30:14 +02:00 committed by GitHub
commit d1eb55ea2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,5 +104,7 @@ function moPrepareHead($object)
//); // to remove a tab
complete_head_from_modules($conf, $langs, $object, $head, $h, 'mo@mrp');
complete_head_from_modules($conf, $langs, $object, $head, $h, 'mo@mrp', 'remove');
return $head;
}