Bug #36296
closed
New task button missing after deleting task
Added by Alexander Jahn over 12 years ago.
Updated about 7 years ago.
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
I can reproduce this.
Thank you very much for the patch - would you like to push the patchset to gerrit (the review server)?
Here you can find the Walkthrough that explains how to get your patchset into the core:
http://wiki.typo3.org/Contribution_Walkthrough
- Target version deleted (
4.7.0)
I'd really like to push my patch to gerrit but port 29418 is blocked in my company's firewall. This won't change.
Could you do that for me, please?
- Status changed from New to Under Review
I can reproduce this in LTS version (4.5), too.
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Assignee set to Christian Kuhn
- Target version set to 6.0.0
- Status changed from Resolved to Under Review
- Status changed from Under Review to Resolved
Merged in all relevant versions.
- Category set to scheduler
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler
- Status changed from Resolved to Closed
Also available in: Atom
PDF