SirsiDynix Issues: Not all dates are formatted based on setting in directory.php #320
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1. Management Module
default dates should be formatted to the format set in directory.php
Review Procedure
managment/directory.php
, line 73 to a different date format (d-m-Y)management/js/common.js
, line 39 to a matching date format (dd-mm-yyyy)in the new format
2. Resources Module, My Queue
set in directory.php
Review Procedure
resources/directory.php
, line 112 to a different date format (d-m-Y)display in the new format.
3. Resources Module, Acquisition Form
Remove the input placeholder on the acquisition form. It is hardcoded with
"mm/dd/yyyy", which cannot be adjusted until date format is moved to a configuration file.
Removing it completely follows the convention of all other date input fields. I.e., no others have a placeholder.
Review procedure