Project

General

Profile

Actions

Bug #36296

closed

New task button missing after deleting task

Added by Alexander Jahn about 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
scheduler
Target version:
Start date:
2012-04-18
Due date:
% Done:

100%

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

Description

If a task is deleted the following window does not show the button to add a new task.

This is caused by function getDocHeaderButtons() in tx_scheduler_Module line 1568:

if (empty($this->CMD) || $this->CMD == 'list') {

Headerbuttons are only rendered if no command was issued or if the command is 'list'.

I suggest adding command 'delete' to the list so the buttons shows up again after deleting a task.

I found this in both TYPO3 4.6.8 and TYPO3 4.7.0rc2


Files

missing_button.JPG (32.6 KB) missing_button.JPG Missing "Add Task" button after deleting task Alexander Jahn, 2012-04-18 14:59
class.tx_scheduler_module.php_4-6-8.patch (634 Bytes) class.tx_scheduler_module.php_4-6-8.patch Patch for scheduler in TYPO3 4.6.8 Alexander Jahn, 2012-04-18 14:59
class.tx_scheduler_module.php_4-7-0.patch (634 Bytes) class.tx_scheduler_module.php_4-7-0.patch Patch for scheduler in TYPO3 4.7.0 Alexander Jahn, 2012-04-18 14:59

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #36923: After deleting task, "New Task" button disappearsClosed2012-05-07

Actions
Actions

Also available in: Atom PDF