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] master from axelor:master #47

Merged
merged 36 commits into from
Jan 8, 2025
Merged

[pull] master from axelor:master #47

merged 36 commits into from
Jan 8, 2025

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 8, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

pbe-axelor and others added 30 commits November 29, 2024 17:02
Signed-off-by: Pierre Belloy <[email protected]>
This fixes central logout that return a page containing a form to submit (eg: SAML central logout).

Closes #1279
X-Forwarded-Host may contain port number, so server name should strip out the port from X-Forwarded-Host.
It also means that port can either come from X-Forwarded-Host or X-Forwarded-Port.
If both X-Forwarded-Host and X-Forwarded-Port are present, port from X-Forwarded-Port will take precedence.
Some SSO may redirect to unslashed-terminated base URL.
When hidden="true" is set on menubar item or toolbar button it should hide the item or
when readonly="true" is set on item, it should make item readonly.
Currently hidden/readonly is only working when any of showIf/hideIf/readonlyIf is also defined on item

Fixes #1285
It should use context of dashlet action view to evaluate expression like showIf/hideIf/readonlyIf defined on toolbar button instead of tab action view context.
When parent doesn't exist it should not pass or consider parent, currently when formAtom is undefined it uses default fallback formAtom (Which is send as _parent: { _model: "" })
`overflow: auto` will only show the scrollbar if the content is
overflowing. Else it creates an empty scrollbar with additional
padding on the box.

Signed-off-by: Pierre Belloy <[email protected]>
This includes grid column rendering improvements

Signed-off-by: Pierre Belloy <[email protected]>
Doesn't provide default min/max size to 0 for json fields. It is up
to the user to define the values.

Fixes #1306

Signed-off-by: Pierre Belloy <[email protected]>
Always set reference field (o2o/m2o) attributes with it's field name prefix in parent form state.

Fixes #1304
Signed-off-by: Pierre Belloy <[email protected]>
- use searchParams instead of manually computation of query params from url.
- skip search request on tab active when query parameters were applied.
- skip onNew action when query parameters are applied.

See MR : aop/axelor-open-platform#1929
excepting if the search params changed

Signed-off-by: Pierre Belloy <[email protected]>
Remove unused class and fix color variable

Signed-off-by: Pierre Belloy <[email protected]>
This fix `cannot assign to read only property` error when opening the
search form a second time after running a search.

Signed-off-by: Pierre Belloy <[email protected]>
Fixes #1319

Signed-off-by: Pierre Belloy <[email protected]>
pbe-axelor and others added 6 commits January 7, 2025 14:46
Allow to configure the thread to run in transaction or not.
the `translate="no"` attribute and `notranslate` class are added to the
html tag to prevent page from being translated by vendor translation
services.

Signed-off-by: Pierre Belloy <[email protected]>
Signed-off-by: Pierre Belloy <[email protected]>
@pull pull bot added the ⤵️ pull label Jan 8, 2025
@pull pull bot merged commit 0d62e31 into Monogramm:master Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants