Commit e9abd1b
committed
Updates date range joiner
Why are these changes being introduced:
* Some date ranges ended up looking like `1999-01-01-1999-01-02` with
the current previous logic which is confusing.
Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/USE-296
How does this address that need:
* Changes our joiner from `-` to ` to ` for date ranges.1 parent c5db4e3 commit e9abd1b
File tree
2 files changed
+2
-2
lines changed- app/models
- test/models
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments