-
Notifications
You must be signed in to change notification settings - Fork 26
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
US737: Two organisations for the minimal consortial model #308
Conversation
* NEW Filter list result for REST API by organisation. Signed-off-by: Johnny Mariéthoz <[email protected]>
* FIX Takes into account organisation constraints such as item type and locations for item generation. * NEW Corrects indentations of generated items. Signed-off-by: Johnny Mariéthoz <[email protected]>
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.
There are some loan requests with:
- item, patron from second organisation
- loan pickup locations belongs to the first organisation
Fixed |
* FIX Loans generation takes into account organisation contraints such as item type, location, patron types, etc. * FIX Takes into account organisation constraints such as item type, patron type, etc. for loan generation. Signed-off-by: Johnny Mariéthoz <[email protected]>
* NEW Restricts access to APIs for users of same organisation. Signed-off-by: Aly Badr <[email protected]>
* NEW Fixes issue when edit/delete buttons are displayed for users of other organisations. Signed-off-by: Aly Badr <[email protected]>
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.
Some problems identified:
- title of subject facet is not displayed
- confirmation message after creation of a circ pol is empty
- edition of a ressource of the other org by opening the direct URL:
- no error message for patron: try to open https://ilsdev.test.rero.ch/admin/records/patrons/12 in org 2
- no error message for item types: try to open https://ilsdev.test.rero.ch/admin/records/item_types/3 in org 2
- opens an empty form that cannot be saved: try to open https://ilsdev.test.rero.ch/admin/records/libraries/4 in org 2
- display of an item of the other org, with option to edit it (but it doesn't work): try to open https://ilsdev.test.rero.ch/items/887 in org 2
- items can be checked out between organisations
Please consider only changes that are related to this pull request.
this is due to the missing translations.
this is due to the missing translations.
can be solved by: #269 (to check)
Will be done in a new US.
|
Signed-off-by: Johnny Mariéthoz <[email protected]>
No description provided.