-
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
editor : multiple provision activity lost when editing a document #1003
editor : multiple provision activity lost when editing a document #1003
Comments
I saw the same with subjects while working on the UX of editor. |
Note to solve (to myself or anybody): The problem seems to be present into the 30/6 -- 8:13 |
* Closes rero/rero-ils#1003. * Cleans the initialization sequence for the editor. Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
* Closes rero/rero-ils#1003. * Cleans the initialization sequence for the editor. Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
* Closes rero/rero-ils#1003. * Cleans the initialization sequence for the editor. Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
* Closes rero/rero-ils#1003. * Cleans the initialization sequence for the editor. Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
* Uses ngx formly 5.9. * Makes the autocomplete component asynchronous to allows hot language switch. * Tuncates long labels in the add field components. * Fixes autocomplete translations. * Fixes field dropdown menu translations. * Removes useless function and code. * Fixes cssClass for multischema object. * Moves the indentation value into the css instead of using bootstrap classes. * Fixes scroll and focus action when a new field is added or when a link in the navigation is clicked. * Stores the untranslated label in the formly field. * Removes extra border for multischema element. * Uses bootstrap variables to define the editor card. * Adds a global editor class. * Makes the editor component style global. * Closes rero/rero-ils#1003. * Cleans the initialization sequence for the editor. * Fixes the export urls by adding the search query parameter to filter the exported results. * Disables export buttons when the list of result is empty. * Updates translations catalogs. * Adds missing translations in editor component. * Adds ordered properties for JSONSchema definitions. * Fixes ordered properties for JSONSchema oneOf, anyOf. * Sets horizontal labels only for the long mode editor. * Adds a new output to notify the parent component that the model and the JSONSchema is loaded. This allows to avoid concurrency problem. * Adds a weblate badge to the README file. Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
* Uses ngx formly 5.9. * Makes the autocomplete component asynchronous to allows hot language switch. * Tuncates long labels in the add field components. * Fixes autocomplete translations. * Fixes field dropdown menu translations. * Removes useless function and code. * Fixes cssClass for multischema object. * Moves the indentation value into the css instead of using bootstrap classes. * Fixes scroll and focus action when a new field is added or when a link in the navigation is clicked. * Stores the untranslated label in the formly field. * Removes extra border for multischema element. * Uses bootstrap variables to define the editor card. * Adds a global editor class. * Makes the editor component style global. * Closes rero/rero-ils#1003. * Cleans the initialization sequence for the editor. * Fixes the export urls by adding the search query parameter to filter the exported results. * Disables export buttons when the list of result is empty. * Updates translations catalogs. * Adds missing translations in editor component. * Adds ordered properties for JSONSchema definitions. * Fixes ordered properties for JSONSchema oneOf, anyOf. * Sets horizontal labels only for the long mode editor. * Adds a new output to notify the parent component that the model and the JSONSchema is loaded. This allows to avoid concurrency problem. * Adds a weblate badge to the README file. Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
Describe the issue
When editing a document with multiple provision activity, only the last one will be appears into the editor; this cause a metadata lost.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All existing provisionActivity parts should be displayed.
Software version
Tell us which version you're using:
The text was updated successfully, but these errors were encountered: