Actions
Bug #12385
closedConflict scheduler:testtask with linkvalidator::task
Start date:
2011-01-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Please consider this report, and check if its really valid. If so, please rename the field, would be the easiest option:
Updated by Francois Suter almost 14 years ago
It's not good practice to use variables that are already used by other extensions or could potentially be easily confused. This is explained in the Scheduler's manual, please refer to the chapter called "Naming of additional fields".
In this case, all form field names should be of the form:
tx_scheduler[linkvalidator][foo]
In additional field providers code the values would then be in:
$submittedData['linkvalidator']['foo']
Please consider this change to be very important.
Updated by Patrick Gaumond almost 14 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
Updated by Michael Miousse almost 14 years ago
- Status changed from Accepted to Resolved
Updated by Chris topher over 12 years ago
- Status changed from Resolved to Closed
Updated by Michael Stucki almost 11 years ago
- Project changed from 1510 to TYPO3 Core
- Category changed from Linkvalidator to Linkvalidator
Actions