We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a librarian or a system librarian pulls the holdings editor and tries to edit or create a new holdings patterns, Sentry reports this problem:
TypeError api_holding.pattern_preview strptime() argument 1 must be str, not None
So it seems that the next_expected_date is not sent to the backend at some point:
next_expected_date
rero_ils/modules/holdings/api.py in _increment_next_prediction at line 401 patterns.get("next_expected_date"), "%Y-%m-%d")
ref: https://sentrydev.test.rero.ch:8443/organizations/sentry/issues/8983/?query=is:unresolved
This could be related to the Taiga task: https://tree.taiga.io/project/rero21-reroils/task/1820?kanban-status=1224893 (editor sends many calls to the backend)
The text was updated successfully, but these errors were encountered:
@BadrAly We need to know what is exactly this error and document it a little bit.
@iGormilhit done
Sorry, something went wrong.
@BadrAly Is it still relevant? If not, you can close the issue, thanks.
Not a problem anymore. closing
BadrAly
No branches or pull requests
When a librarian or a system librarian pulls the holdings editor and tries to edit or create a new holdings patterns, Sentry reports this problem:
So it seems that the
next_expected_date
is not sent to the backend at some point:ref: https://sentrydev.test.rero.ch:8443/organizations/sentry/issues/8983/?query=is:unresolved
This could be related to the Taiga task: https://tree.taiga.io/project/rero21-reroils/task/1820?kanban-status=1224893 (editor sends many calls to the backend)
The text was updated successfully, but these errors were encountered: