Set user_count_collapsed_subpanels option enabled by the default

We want that all users (new and old) have the option “user_count_collapsed_subpanels” enabled by default.

We could create an script that modifies that option for all current users.

But, what about new users? Is there a way to set the default value of this option? Shall we use a LogicHook that enables it for new Users?

Thanks

@sinergiacrm

  1. I used logichook before_save for module User for:
  • assign role by default
  • assign user Preferences
  • configure Dashlet
  1. You can use logichook ‘after_login’ for switch the parameter for old user without create an script .