When creating a gallery custom field you can set Recursive On/Off
That this will be honoured
This is not honoured as the code is:
// Get a list of folders in the search path with the given filter.
$folders = JFolder::folders($path, '.', true, true);
the first "true" means Recursion = On - so its hardcoded at the moment and not using the param
Joomla! 3.7.0-beta3 Beta [ Amani ] 21-February-2017 15:03 GMT
Labels |
Added:
?
|
Field is removed from core.
Title |
|
||||||
Status | New | ⇒ | Closed | ||||
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-03-04 08:58:03 | ||||
Closed_By | ⇒ | zero-24 |
I think the recursive option currently is used when it comes to returning the files from the selected folder(s).?
I don't say that it's correct behavior now