Project

General

Profile

Actions

Feature #19159

closed

Recursive storage pid in TypoScript

Added by Stefan Steinbeck almost 16 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
felogin
Target version:
-
Start date:
2008-07-28
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

There is an option for recursive feuser search in fe login.
It would make very much sense to add this functionality to the TypoScript options.

This is how it is done for flex:
$pid = $flex['pages'] ? $this->pi_getPidList($flex['pages'], $flex['recursive']) : 0;

So on line 78 (just after the storagePid determination) you could insert :

if ($this->conf['storageRecursive']) {
$this->spid = $this->conf['storagePid'] ? $this->pi_getPidList($this->conf['storagePid'],1 ) : 0;
}

(issue imported from #M9061)


Files

felogin_recursive.diff (1.76 KB) felogin_recursive.diff Administrator Admin, 2008-08-06 20:12
Actions #1

Updated by Steffen Kamper over 15 years ago

attached patch allows recursive from TS

Actions #2

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF