Custom Changes

I have upgraded to version Version 7.9.6 but my custom options are not taking affect on my test instance of Suite.

For example, I want to set Group_tabs = > false and ā€˜default_max_tabs’ => ā€˜4’, to take affect, but they are not.

I have done a screenshot of my issue. The tabs should be displayed as Businesses, Contacts, Opportunities. If I click All it displays the modules in the correct order.

It would be important to know how exactly you did your customizations? Which files did you use, and where? Were they upgrade-safe?

I made sure I applied these changes after I had completed the upgrade. I have also done a quick repair after applying these changes.

I added group_tabs = > false into themedef.php file

I added ā€˜default_max_tabs’ => ā€˜4’, into the config.php file

I enabled the legacy search

ā€˜enable_legacy_search’ =>
array (
0 => ā€˜Accounts’,
1 => ā€˜Opportunities’,
2 => ā€˜Contacts’,
),

and I added this into the config.php file

The point of ā€œupgrade-safeā€ changes is not about applying them after an upgrade, it’s about making sure they are not overriden by the next upgrade. Read the article I linked above.

I know other people have had problem with this setting enable-legacy-search. It doesn’t seem to be respected all the time.

About the tabs, I’m sorry, I don’t know that option, or what it is meant to do. Where did you read about it?