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 #1

Updated by Teamgeist Medien over 9 years ago

  • Target version set to next-patchlevel
Actions #2

Updated by Riccardo De Contardi almost 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)

Actions #3

Updated by Mathias Schreiber almost 9 years ago

  • Target version deleted (next-patchlevel)
Actions #4

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!

Actions

Also available in: Atom PDF