Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Bug Reports » subsystem export does not cover menu tasks for roles' task access
subsystem export does not cover menu tasks for roles' task access [message #5298] Sat, 16 January 2016 22:50 Go to previous message
kong is currently offline  kong
Messages: 90
Registered: December 2011
Member
The subsystem export files "...menu_export.sql" do not include mnu_role_task table records where the task type is 'MENU'.
I worked around this problem by replacing this line:
 $data = $taskobj->getData_raw("subsys_id='$subsys_id' AND task_type='PROC'");
from function _exportSQL in file mnu_subsystem_s01.class.inc, with this:
$data = $taskobj->getData_raw("subsys_id='$subsys_id'");
 
Read Message
Read Message
Previous Topic: preg_replace operation distorts multibyte unicode characters
Next Topic: subsystem export does not cover user roles
Goto Forum:
  


Current Time: Mon May 06 02:35:56 EDT 2024

Total time taken to generate the page: 0.00934 seconds