-
Notifications
You must be signed in to change notification settings - Fork 11
B 39900 #137
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
base: main
Are you sure you want to change the base?
Conversation
…bility Ensure no regressions are introduced, run: prove t/db_dependent/Koha/AdditionalContents.t
prove t/db_dependent/api/v1/additional_contents.t
| branchcode => 'library_id', | ||
| published_on => 'published_on', | ||
| updated_on => 'updated_on', | ||
| expirationdate => 'expirationdate', |
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.
We have a mix of expiry_date and expiration_date in the API to date.. I think I'm leaning towards the latter as it's just about got more occurrences.
| published_on => 'published_on', | ||
| updated_on => 'updated_on', | ||
| expirationdate => 'expirationdate', | ||
| number => 'number', |
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.
number... how descriptive. I 'think' this acts as priority/index in the array as such.. so might be better named something more meaningful for the API?
|
I also wonder if in this first pass we drop the localization support... for public I reckon that probably aught to actually follow the lang support of the API that people have been working on.. i.e. not embed but rather return the correct version depending on which one you asked for.. for the admin side that's harder to think about |
No description provided.