php - Where should we need to change to show or hide the module from menu without using ui in Sugarcrm -


I'm working on sugars, I just show / hide a special module created from the menu without using the user interface Want to At least what is happening behind the screen when we enable or hide a menu

When you use "Display" module and sub-panel "-Page, values ​​in your database in your preferences Together with the table "Config",

  • Category = 'MySettings'
  • Name = 'Tab'
  • Value = A Base 64 Encoded Jason-object in which to display the module.

Decode your existing data in the Price column of this row and the modules you want to add or remove, Sector modify Jason object with, then it encoded again and update the line in the table to the new value.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -