Bug #21472
closedsys_action taskcenter create/edit be-user actions do not work
0%
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
Updated by O. Große Bley about 14 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);
Updated by Georg Ringer about 14 years ago
thanks for the patch. if you could give your +1 on testing on my patch in the core list, would be great!
Updated by Steffen Kamper about 14 years ago
committed to svn
4_4 rev. 8775
trunk rev 8776