All work
- Column selector patternUIU-553Resolved issue: UIU-553Aditya matukumalli
- Bulk Renew Loans MessagingUIU-526Resolved issue: UIU-526Aditya matukumalli
- Remove "Fees and fines accrue to" from Proxy SectionUIU-525Resolved issue: UIU-525md331
- Horizontal scrollbar showing on Loans pageUIU-483Resolved issue: UIU-483Aditya matukumalli
- Requests - prevent editing of closed requestsUIREQ-89Resolved issue: UIREQ-89Matt Connolly
- Requests - capture information during cancellationUIREQ-67Resolved issue: UIREQ-67Tania Hewes
- Add Effective Location to Inventory Item RecordUIIN-196Resolved issue: UIIN-196Niels Erik Nielsen
- Add Locations Section to Inventory Item Record Incl Permanent LocationUIIN-195Resolved issue: UIIN-195Niels Erik Nielsen
- Add Temporary Location to Inventory Holdings RecordUIIN-194Resolved issue: UIIN-194Niels Erik Nielsen
- Permanent and temporary locations. Changes to holdings and item recordsUIIN-137Resolved issue: UIIN-137Niels Erik Nielsen
- able to create overlapping fixed due date rangesUICHKOUT-426Resolved issue: UICHKOUT-426Roman Ruiz-Esparza
- Need to hit back button twice to get back to Check out appUICHKOUT-425Resolved issue: UICHKOUT-425Aditya matukumalli
- HTML Page Title Display RulesSTCOR-226Resolved issue: STCOR-226md331
- Make User Name Link in Record MetadataSTCOM-305Resolved issue: STCOM-305md331
- Replace "0 Records found" by "Enter search criteria to start search" when search hasn't startedSTCOM-245Resolved issue: STCOM-245Aditya matukumalli
15 of 15
Instance catalogedDate should use date-time format
Description
Environment
None
Potential Workaround
None
Checklist
hideTestRail: Results
Details
Assignee
UnassignedUnassignedReporter
Jon MillerJon MillerPriority
P3Development Team
SpitfireTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Jon Miller
Jon MillerPriority
Development Team
Spitfire
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created September 27, 2020 at 2:15 AM
Updated March 24, 2025 at 1:53 PM
Activity
Show:
Viacheslav KolesnykOctober 18, 2023 at 9:09 AM
we can implement this but it may require some migrations and may bring some problems as this field will be validated for format.
The catalogedDate property in the instance JSON schema is defined as the following:
I propose that a format property of date-time be added like below so that it is clear that the type of the field is date/time.
This is useful for code generation tools. Otherwise, the field comes out as a string rather than a date/time data type.