-
Notifications
You must be signed in to change notification settings - Fork 25
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
Authors and issuance fields: organisation as author and subtype are not loaded correctly when editing a record with those fields #1102
Labels
Milestone
Comments
7 tasks
AoNoOokami
pushed a commit
to AoNoOokami/ng-core
that referenced
this issue
Jul 21, 2020
* Updates ngx-formly to v5.9.1. * Closes rero/rero-ils#1102. Co-Authored-by: Alicia Zangger <[email protected]>
7 tasks
AoNoOokami
pushed a commit
to AoNoOokami/rero-ils
that referenced
this issue
Jul 21, 2020
* Fixes the loading of 'oneOf' data when editing a record. * Closes rero#1102. Co-Authored-by: Alicia Zangger <[email protected]>
AoNoOokami
pushed a commit
to AoNoOokami/ng-core
that referenced
this issue
Jul 21, 2020
* Updates ngx-formly to v5.9.1. * Closes rero/rero-ils#1102. Co-Authored-by: Alicia Zangger <[email protected]>
AoNoOokami
pushed a commit
to AoNoOokami/ng-core
that referenced
this issue
Jul 21, 2020
* Updates ngx-formly to v5.9.1. * Adapts the code to allow an array of field keys (comes ngx-formly/ngx-formly/commit/edf7f27). * Closes rero/rero-ils#1102. Co-Authored-by: Alicia Zangger <[email protected]>
AoNoOokami
pushed a commit
to AoNoOokami/ng-core
that referenced
this issue
Jul 21, 2020
* Updates ngx-formly to v5.9.1. * Adapts the code to allow an array of field keys (comes from ngx-formly/ngx-formly/commit/edf7f27). * Closes rero/rero-ils#1102. Co-Authored-by: Alicia Zangger <[email protected]>
AoNoOokami
pushed a commit
that referenced
this issue
Jul 21, 2020
* Fixes the loading of 'oneOf' data when editing a record. * Closes #1102. Co-Authored-by: Alicia Zangger <[email protected]>
AoNoOokami
pushed a commit
to rero/ng-core
that referenced
this issue
Jul 21, 2020
* Updates ngx-formly to v5.9.1. * Adapts the code to allow an array of field keys (comes from ngx-formly/ngx-formly/commit/edf7f27). * Closes rero/rero-ils#1102. Co-Authored-by: Alicia Zangger <[email protected]>
AoNoOokami
pushed a commit
that referenced
this issue
Jul 21, 2020
* Fixes the loading of 'oneOf' data when editing a record. * Closes #1102. Co-Authored-by: Alicia Zangger <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When editing a record, the mode of issuance is not loaded correctly and we lose data. It's the same behaviour for an organisation as author. This is related to the
oneOf
property in jsonschema and the way it's used in ngx-formly.An issue has been reported on ngx-formly: ngx-formly/ngx-formly#2374
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The right data should be kept and displayed in the form.
The text was updated successfully, but these errors were encountered: