Bug #41460
Task #40095: Move core to namespaces
Scheduler doesn't show additional fields when creating new task
Status: | Resolved | Start date: | 2012-09-29 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | Jigal van Hemert | % Done: | 100% |
|
Category: | Backend User Interface | Spent time: | - | |
Target version: | 6.0.0-RC1 | |||
TYPO3 Version: | 6.0 | Is Regression: | ||
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: | easy |
Description
Because the fully namespaced class name (with prefix) is used as class attribute of the block with additional fields and these class names contain backslashes, they are not suitable as values in HTML attributes.
Replacing the backslashes with dashes solves the problem.
Associated revisions
[BUGFIX] Make additional fields visible again in Scheduler
Namespaced class names contain backslashes and are not suitable for
use in HTML attributes. Converting them to lowercase and replacing
the backslashes with dashes makes the additional fields for scheduler
tasks visible again when creating a new task.
Change-Id: I61a8fe9ce2ad798ff0823b9b7686238a29b670f6
Fixes: #41460
Releases: 6.0
Reviewed-on: http://review.typo3.org/15150
Reviewed-by: Thomas Maroschik
Tested-by: Thomas Maroschik
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Jigal van Hemert
Tested-by: Jigal van Hemert
History
#1 Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15150
#2 Updated by Jigal van Hemert almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5bb026ee07cfc017a3781f630ade67adeffd59ef.