Index: branches/5.2.x/units/products/products_config.php =================================================================== diff -u -N -r15351 -r15468 --- branches/5.2.x/units/products/products_config.php (.../products_config.php) (revision 15351) +++ branches/5.2.x/units/products/products_config.php (.../products_config.php) (revision 15468) @@ -1,6 +1,6 @@ 'conf_ecommerce_general', 'label' => 'la_tab_GeneralSettings', 'url' => Array ('t' => 'config/config_general', 'pass_section' => true, 'pass' => 'm'), - 'permissions' => Array ('view', 'edit'), + 'permissions' => Array ('view', 'add', 'edit'), 'priority' => 1, 'type' => stTREE, ), @@ -308,7 +308,7 @@ 'icon' => 'core:conf_output', 'label' => 'la_tab_ConfigOutput', 'url' => Array ('t' => 'config/config_universal', 'pass_section' => true, 'pass' => 'm'), - 'permissions' => Array ('view', 'edit'), + 'permissions' => Array ('view', 'add', 'edit'), 'priority' => 2, 'type' => stTREE, ), @@ -338,7 +338,7 @@ 'icon' => 'conf_contact_info', 'label' => 'la_tab_ConfigContacts', 'url' => Array ('t' => 'config/config_universal', 'pass_section' => true, 'pass' => 'm'), - 'permissions' => Array ('view', 'edit'), + 'permissions' => Array ('view', 'add', 'edit'), 'priority' => 10, 'type' => stTREE, ),