Project

General

Profile

Actions

Bug #62862

closed

Bug in sys_action - unable to select Pages when creating new be_users

Added by Mischa Heissmann almost 10 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2014-11-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hi there,

using the good old sys_action for creating new be_users in TYPO3 6.2 is unfortunately impossible.
You are not able to select a page for database mount.

1. The Elementbrowser doesn't appear.

I could fix this by changing some lines in \typo3\sysext\sys_action\Classes\ActionTask.php
ln. 570ff

    /**
     * Add additional JavaScript to use the tceform select box
     *
     * @return void
     */
    protected function JScode() {
        $this->t3lib_TCEforms = GeneralUtility::makeInstance('TYPO3\\CMS\\Backend\\Form\\FormEngine');
        $this->t3lib_TCEforms->backPath = $GLOBALS['BACK_PATH'];
        $js = $this->t3lib_TCEforms->printNeededJSFunctions();

        return $js;
    }

2. The elementbrowser appears now, but the selected page is not put to the desired field.
Can somebody help me to fix this, please.


Files

Schermata 2015-09-14 alle 16.29.01.png (71.1 KB) Schermata 2015-09-14 alle 16.29.01.png Riccardo De Contardi, 2015-09-14 16:31
Actions

Also available in: Atom PDF