Project

General

Profile

Actions

Bug #5382

closed

Admin User management advanced filtering with email and formatted name errors

Added by beat almost 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
12 July 2015
Due date:
% Done:

100%

Estimated time:

Description

Error message is:

Unknown column 'a.email' in 'where clause' SQL =

SELEC_T COUNT FROM `jos_comprofiler` AS a INNER JOIN `jos_users` AS b ON b.`id` = a.`id` LEFT JOIN `jos_session` AS c ON c.`client_id` in (0,1) AND c.`userid` = a.`id` LEFT JOIN `jos_user_usergroup_map` AS d ON d.`user_id` = a.`id` WHERE ( a.`email` LIKE '%test%' ) AND ( a.`formatname` LIKE '%9%' )

Actions #1

Updated by beat almost 9 years ago

  • Assignee set to beat

Actually, bug reason is found by the analysis is that for repeat fields, there is only one SQL table supported:

In tablebrowser.php line 933:

$rows[$name]['valuefield'][]    =    isset( $selObj->index ) ? $selObj->index : $selObj->value;
$rows[$name]['table']            =    $selObj->table;
$rows[$name]['table_key']        =    $selObj->table_key;

fields, operators and values are arrays, but not tables.

Actions #2

Updated by beat almost 9 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Fixed in MR !941

(There were 2 issues: The above and fact that non-stored CBĀ fields were even proposed for filtering).

Actions #3

Updated by beat over 8 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF