Project

General

Profile

Actions

Bug #21472

closed

sys_action taskcenter create/edit be-user actions do not work

Added by Axel Jindra over 13 years ago. Updated over 5 years ago.

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

0%

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

Description

A user can't create a new or edit an existing be-user with a taskcenter action:

When creating a new user his page tree access options are not saved, when trying to edit an already existing user you get the introductory screen (text from "Overview" but in a blue box) instead of his data in the form.

This applies to admin as well as to non-admin users.

(issue imported from #M15390)


Files

15390-sysaction-link.patch (749 Bytes) 15390-sysaction-link.patch Administrator Admin, 2010-09-10 17:58

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #23381: sys_action: setting mountpoints as non-adminClosedGeorg Ringer2010-08-16

Actions
Has duplicate TYPO3 Core - Bug #23064: Edit user link broken in TaskcenterClosedGeorg Ringer2010-06-30

Actions
Actions #1

Updated by O. Große Bley over 13 years ago

For not saving the page tree options see Issue 0015465.

The edit and delete-urls are wrong.

In class.tx_sysaction_task.php change line 486 from:

$href = 'mod.php?M=user_task&SET[function]=sys_action.tasks&show=' . intval($sysActionUid) . '&be_users_uid=' . intval($userId);

to:

$href = 'mod.php?M=user_task&SET[function]=sys_action.tx_sysaction_task&show=' . intval($sysActionUid) . '&be_users_uid=' . intval($userId);

Actions #2

Updated by Georg Ringer over 13 years ago

thanks for the patch. if you could give your +1 on testing on my patch in the core list, would be great!

Actions #3

Updated by Steffen Kamper over 13 years ago

committed to svn
4_4 rev. 8775
trunk rev 8776

Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF