Skip to content
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
wants to merge 44 commits into from
Closed

Pull upstream #136

wants to merge 44 commits into from

Conversation

isaka
Copy link

@isaka isaka commented Nov 29, 2024

pull upstream dev branch

pdo-axelor and others added 30 commits August 20, 2024 14:20
Fixes #1101


(cherry picked from commit 4f0e69b)

Co-authored-by: Mayank Mahadevwala <[email protected]>
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]>
"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]>
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]>
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]>
pbe-axelor and others added 14 commits November 8, 2024 10:53
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]>
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]>
@isaka isaka closed this Nov 29, 2024
@isaka isaka deleted the dev-upstream branch November 29, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants