-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated display view sorting #455
Conversation
@@ -415,7 +415,7 @@ | |||
- field: subtype | |||
value: Album | |||
sort: | |||
- field: dateTimeIntervalStart | |||
- field: dateTimeInterval.Start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The property start
should be all lowercase.
- field: dateTimeInterval.Start | |
- field: dateTimeInterval.start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update has been made, please verify.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please correct me if I am wrong as I am not as familiar with this code base.
I see multiple sections for field: creativeWorks
where dateTimeIntervalStart
is in use.
Shouldn't all of these be updated and not just the "Albums" subsection?
- field: dateTimeInterval.Start - field: dateTimeIntervalStart
And so on...
And what about the resources defaults yaml file.
Should that also be updated (for creativeWorks fields)?
@kaladay yes, all of the creative works subsections |
Description
Resolves #454
Updated display view results to sort by date.