Project

General

Profile

Actions

Bug #23381

closed

sys_action: setting mountpoints as non-admin

Added by Manuel Kammermann almost 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2010-08-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In the task center, when assigning a db_mount to a be_user as a non-admin, the db_mounts are not correctly saved.

in the file "sysext/sys_action/task/class.tx_sysaction_task.php" in the function "fixDbMount" the line:

$cleanDbMountList[] = 'pages' . $uid;

must be:

$cleanDbMountList[] = 'pages_' . $uid;

WITH an underscore.

(issue imported from #M15465)


Files

15465-sysaction-dbmounts.patch (565 Bytes) 15465-sysaction-dbmounts.patch Administrator Admin, 2010-09-11 07:36

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #21472: sys_action taskcenter create/edit be-user actions do not workClosedGeorg Ringer2010-08-07

Actions
Actions

Also available in: Atom PDF