Bug #62862
closedBug in sys_action - unable to select Pages when creating new be_users
0%
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
Updated by Teamgeist Medien almost 10 years ago
- Target version set to next-patchlevel
Seems to be related to
Updated by Riccardo De Contardi about 9 years ago
as far as I can see:
in TYPO3 6.2.15 the DB mounts field is present and working (See attached file), while it is absent in 7.5-dev (latest master)
Updated by Mathias Schreiber about 9 years ago
- Target version deleted (
next-patchlevel)
Updated by Riccardo De Contardi over 7 years ago
- Status changed from New to Closed
I've tested it again and I confirm that this works on 6.2.30, therefore I think I can safely close this issue.
If you think that this is the wrong decision or experience the issue again or have more information about how to reproduce it, then please reopen it or open a new issue with a reference to this one. Thank you!