Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
The deadline timeformats were to strict
-
Empty show more show less
Description
problem
For reading the deadline timeformat DateTime::createFromFormat is used with fixed format "Y-m-d" for file deadlines and "Y-m-d H:i" for project deadlines. And only the exact specified formats are possible.
solution
This should be more flexible, so that "Y-m-d" "Y-m-d H:i:s" "Y-m-d H:i" is usable for both places, flexible determined by the given deadline data.
additional todo
Must be reflected in the confluence documentation and the there stored template instruction.xml - currently there is the status quo fix described.