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 next 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'");
Re: subsystem export does not cover menu tasks for roles' task access [message #5300 is a reply to message #5298] Sun, 17 January 2016 04:39 Go to previous message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
I shall include this change in the next release.

Previous Topic: preg_replace operation distorts multibyte unicode characters
Next Topic: subsystem export does not cover user roles
Goto Forum:
  


Current Time: Tue Apr 23 22:18:46 EDT 2024

Total time taken to generate the page: 0.00998 seconds