CMS MADE SIMPLE FORGE

LISE

 

[#12580] Allow category action to accept a child category too

avatar
Created By: Ruud van der Velden (ruudvdvelden)
Date Submitted: 2022-11-26 17:50

Assigned To:
Resolution: None
State: Open
Summary:
Allow category action to accept a child category too
Detailed Description:
framework\action.category.php line 88
$query_object->AppendTo(LISEQuery::VARTYPE_WHERE, 'B.active = 1 AND B.parent_id
= -1');

Seems to exclude all categories that have a parent. Not sure about the reason.

History