-
Notifications
You must be signed in to change notification settings - Fork 6
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
Release/2.16.2 #1889
Merged
Merged
Release/2.16.2 #1889
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add loading submit button * add `isCreationForm` prop
* add duplicate dialog * add creation loading
…er_storage_dialog_duplicate
…ssues fix(ui): prevent synchro issues between tabs and react-router
…g-const-dialog-validation
Context: - In previous PR #1837 we found no direct usage of SingletonServices but in the `main` program. So we decided to remove it and to include all of its functionalities in a function `start_all_services`. - When we included all the functionalities in `start_all_services`, we noticed a loop that does no thing but running for eternity - From there we decided to remove that loop Issue: - That loop was essential to keep the program and thus the services running when we only want build containers for services without the application Solution: - re-insert the loop in start_all_services --------- Co-authored-by: Laurent LAPORTE <[email protected]>
…` and remove dead code The `update_timeout` function is not used.
…onships and constraints
… other related pages
* move to top menu * rename component TableModeList * remove frozen table templates * create the generic component TableMode * update style of api functions
eb2fa87
to
b029ec1
Compare
…bug-view-editor
6ce8c34
to
1071eaa
Compare
skamril
approved these changes
Jan 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.