This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release22.01 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release22.01 by this push: new 82ec3c0252 Fixed: Cannot expand tree of accounts in Navigate Accounts screen with Helveticus theme (OFBIZ-12725) 82ec3c0252 is described below commit 82ec3c02527683a096e8363818b2ae0cd8e74830 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Dec 27 08:46:12 2022 +0100 Fixed: Cannot expand tree of accounts in Navigate Accounts screen with Helveticus theme (OFBIZ-12725) Viewing accounting/control/GlAccountNavigate?trail=null, it is not possible to expand the chart-of-accounts tree when the Helveticus visual theme is used. The Helveticus theme is the default theme for new deployments. A workaround is to switch to a non-Helveticus theme. Thanks: Daniel Watford for report --- framework/common/config/general.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/common/config/general.properties b/framework/common/config/general.properties index a6f3c23da1..eb235da46c 100644 --- a/framework/common/config/general.properties +++ b/framework/common/config/general.properties @@ -27,7 +27,7 @@ currency.uom.id.default=USD # -- the default organizationPartyId for used in dropdowns and reports ORGANIZATION_PARTY=Company # ID of the VisualTheme to use if there is no VISUAL_THEME UserPreference record for the current user (ie default value) -VISUAL_THEME=HELVETICUS_SAPHIR +VISUAL_THEME=RAINBOWSTONE_SAPHIR # -- DEPRECATED See documentation in ofbiz.locale.default in start.properties # -- It though still used in some places in code (mostly in content component)