Project

General

Profile

Actions

Bug #6706

closed

Exclude subtypes parameters do not work

Added by krileon over 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
27 July 2017
Due date:
% Done:

100%

Estimated time:

Description

The subtype parameter contains type and subtype as "8,CB Language Plugins" for example. This is directly used in a NOT IN query where statement against subtype. This of course fails since it also contains type. A test against concat of type and subtype should fix this. Example as follows.

CONCAT_WS( ',', `type`, `subtype` ) NOT IN ( '8,CB Language Plugins', '8,CB Groupjive' )

Note this can't apply for module usages as those exclude params are just text fields where a comma separated list is supplied.

Actions #1

Updated by krileon over 6 years ago

  • Description updated (diff)
Actions #2

Updated by krileon over 6 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by krileon almost 6 years ago

  • Target version changed from 878 to 6.1.0
Actions #4

Updated by krileon almost 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF