-
Notifications
You must be signed in to change notification settings - Fork 307
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
Pull upstream #136
Closed
Closed
Pull upstream #136
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
Fixes #1101 (cherry picked from commit 4f0e69b) Co-authored-by: Mayank Mahadevwala <[email protected]>
Closes #1111
Fixes #1056 (cherry picked from commit 8d763c3) Co-authored-by: Mayank Mahadevwala <[email protected]>
- Use >> for items which contains children items - Use > for items which doesn't have any children Fixes #1025
Fixes #1124 (cherry picked from commit 92974bd) Co-authored-by: Mayank Mahadevwala <[email protected]>
If custom field has roles that doesn't match user ones, the field isn't include the in the view meta fields, but appears in jsonFields of the view definition. It should search on it to check whatever the custom field exist. Fixes #1132 Signed-off-by: Pierre Belloy <[email protected]> (cherry picked from commit 205c730) Co-authored-by: Pierre Belloy <[email protected]>
Instead of passing current password in state after login, ask to retype current password on change password page. Fixes #1145 Signed-off-by: Pierre Belloy <[email protected]>
Add view help link support (based on `helpLink` attribute). This feature was present on former version, but wasn't added during React migration. The help link button is now placed on end right side of the toolbar. Fixes #1128 Signed-off-by: Pierre Belloy <[email protected]>
Signed-off-by: Pierre Belloy <[email protected]>
Signed-off-by: Pierre Belloy <[email protected]>
When we do customize in grid view then by default hidden columns should be exclude from the columns display list. Fixes #902
Fixes #1177 (cherry picked from commit 7b37306) Co-authored-by: Tom Boulesteix <[email protected]>
Fixes #1180 Signed-off-by: Pierre Belloy <[email protected]>
Addresses #1180
"RangeError: Maximum call stack size exceeded" caused by using different uniqueId functions. In the future, it's especially important to make sure the same uniqueId function is used consistently in the whole code base. Closes #1181 (cherry picked from commit 3f85e41) Co-authored-by: Phi-Long Do <[email protected]>
With Shiro upgrade to 1.6, it adds by default `InvalidRequestFilter` through global filter. This cause issue in web services that can have request URI containing non-ASCII characters like `ws/files/data-export`). This remove default shiro global filters. It will be re-enabled later when impacted web services will be migrated to support it. Fixes #1193 Signed-off-by: Pierre Belloy <[email protected]> (cherry picked from commit 1cf9733) Co-authored-by: Pierre Belloy <[email protected]>
Signed-off-by: Pierre Belloy <[email protected]>
Signed-off-by: Pierre Belloy <[email protected]>
Fixes #1222 Signed-off-by: Pierre Belloy <[email protected]>
Signed-off-by: Pierre Belloy <[email protected]>
Signed-off-by: Pierre Belloy <[email protected]>
Fixes #1241 Signed-off-by: Pierre Belloy <[email protected]> (cherry picked from commit 506f23c) Co-authored-by: Pierre Belloy <[email protected]>
Fixes #1106 Signed-off-by: Pierre Belloy <[email protected]>
After manual sort by column, added row could be at the top instead of the bottom. Addresses #1106
Fixes #1227 Signed-off-by: Pierre Belloy <[email protected]>
Fixes #1247 (cherry picked from commit cb368e6) Co-authored-by: Tom Boulesteix <[email protected]>
Fixes #1246 (cherry picked from commit c18603f) Co-authored-by: Mayank Mahadevwala <[email protected]>
Fixes #1219 (cherry picked from commit 42e3e52) Co-authored-by: Mayank Mahadevwala <[email protected]>
Fixes #1249 Signed-off-by: Pierre Belloy <[email protected]> (cherry picked from commit 5409f3e) Co-authored-by: Pierre Belloy <[email protected]>
Fixes #1232 Signed-off-by: Pierre Belloy <[email protected]>
It should always merge latest search values i.e. `record` with existing value `item`. Fixes #1221
Only generate select graph for expandable and tree-grid collection grid only.
When data is reset through action-record or data is updated through popup then updated data should be merged properly to grid data. Fixes #1243 Signed-off-by: Pierre Belloy <[email protected]>
Signed-off-by: Pierre Belloy <[email protected]>
When field or operator is empty then that criteria should not send in search query Fixes #1256 (cherry picked from commit 492efbd) Co-authored-by: Mayank Mahadevwala <[email protected]>
Signed-off-by: Pierre Belloy <[email protected]>
Signed-off-by: Pierre Belloy <[email protected]>
Closes #1261 (cherry picked from commit b234487) Co-authored-by: Phi-Long Do <[email protected]>
Signed-off-by: Pierre Belloy <[email protected]>
Signed-off-by: Pierre Belloy <[email protected]>
For m2o/o2o/m2m(selection), it will save record only when form is dirty. Non-dirty dummy fields are excluded. Fixes #1267 (cherry picked from commit 8309d34) Co-authored-by: Mayank Mahadevwala <[email protected]>
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.
pull upstream dev branch