On a fresh install of SuiteCRM 7.1.2, on CentOS with all permissions set correctly, I went to Admin->āModule menu filtersā then I added a new filter and put a few modules inside. Then I saved and deployed but the new filter created disappeared and was not available.
I checked if a new tabConfig.php file was created in custom/include, but there was nothing.
I then tried to modify one of the existing filters and the tabConfig was created and the menu reflected the changes.
I noticed another strange thing (but this may be a wanted behaviour: while in the Admin->āModule menu filtersā section all menus showed before the last menu option also āAdministrationā, which was not set in any of the Menu filters!
Are these bugs or am I doing something wrong that I am missing?
This seems to be a bug related to the Russian language pack. This will be resolved in future releases. Thanks for highlighting this, and for your community contributions. We hope youāre enjoying SuiteCRM.
Where for the modules listed are the actual names of the modules you want in the sumenu items while the top menu label in this example is defined as: āLBL_TABGROUP_MARKETINGā
If this label is from a custome module it must be defined in: custom/Extension/application/Ext/Language/en_us.FTA__menu.php
with the following format:
$app_strings['<LABEL_NAME>'] = '>text you want to appear in the top menu item';