Task #1909
Story #1906: Review, revise, and update architecture documentation
MNCore.getLogRecords() - fromDate and toDate adjustment
Status:
Closed
Priority:
Normal
Assignee:
Category:
Documentation
Target version:
Start date:
2011-10-26
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
fromDate is "greater than" and toDate is "less than or equal". I think it would be more logical to have fromDate be "greater than or equal" and toDate to be "less than".
History
#1 Updated by Dave Vieglais about 13 years ago
- Status changed from New to Closed
Changed to be >= fromDate and <= toDate.
This makes it easy to support a common use case of "return log records for 2011-04-01 through 2011-04-30"
#2 Updated by Dave Vieglais about 10 years ago
- Target version set to Maintenance Backlog