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

Home » RADICORE development » Bug Reports » Task, Role - Field Access functionality not working
Re: Task, Role - Field Access functionality not working [message #619 is a reply to message #618] Fri, 09 February 2007 09:00 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2361
Registered: April 2006
Location: Surrey, UK
Senior Member
Here is a fix for isues #1 and #2:

In file std.multi3.inc change line 249 from
// get data from the middle table
$middle_data = $dbmiddle->getData($where);

to
if (isset($search)) {
    $dbmiddle->setSqlSearch($search);
} // if

// get data from the middle table
$middle_data = $dbmiddle->getData($where);

Then you can create navigation buttons as follows:
  • to task 'mnu_role_taskfield(multi)a' you can add 'mnu_role(search)'
  • to task 'mnu_role_taskfield(multi)b' you can add 'mnu_task(search)'

Let me know if this works OK.


 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Error in class generated
Next Topic: dml_updateSelection
Goto Forum:
  


Current Time: Mon Sep 02 03:24:05 EDT 2024

Total time taken to generate the page: 0.20365 seconds