rero / reroils-data-legacy

Data module for reroils-app.
GNU General Public License v2.0
5 stars 5 forks source link

Fix key name cameCase in item jsonschema #11

Closed iGormilhit closed 6 years ago

iGormilhit commented 6 years ago

https://github.com/rero/reroils-data/blob/6c2a8325e6924a3616757ae6ca90d79557ee83a2/reroils_data/items/jsonschemas/items/item-v0.0.1.json#L26

from callNumber to call_number.

iGormilhit commented 6 years ago

How to test:

  1. Check into the branch
  2. Run the populate script
  3. Run the tests
  4. Load some document items, the patron profile, some item detailed view, the document, item, patron editor.
iGormilhit commented 6 years ago

The submission of the new record fails. See: https://github.com/rero/reroils-data/commit/4e4b8321b178c69170a8b5b9dfebcc0bcc1ab610#r29594524

iGormilhit commented 6 years ago

https://github.com/rero/reroils-app/issues/61