stable
Clone or download
Read-only
Close request #33984 Program Timeframe semantic configuration must check datetime format
If the star_date and/or end_date fields defined in timeframe semantics are not aligned regarding date+time displaying configuration, then the timeframe semantic warning is raised in program administration. Change-Id: Ie45ca44979f0f59759eb09b79ddb1e1534de7d37
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/CreationCheck/TimeframeIsAlignedVerifier.php | +14 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/SemanticsVerifierTest.php | +79 | −72 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/TimeframeIsAlignedVerifierTest.php | +31 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeDao.php | +24 | −0 | Go to diff View file |