This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release18.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 0128967dc48ab10b274b771fc1bb330540987429 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sat Mar 9 11:46:49 2024 +0100 Fixed: The view log feature in webtools is missing the "Log File Name" (OFBIZ-12932) Replaces <label>${logFileName}</label> by <label>${parameters.logFileName}</label> --- framework/webtools/widget/LogScreens.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/webtools/widget/LogScreens.xml b/framework/webtools/widget/LogScreens.xml index 5c0ff5fa4c..c27fafb3e1 100644 --- a/framework/webtools/widget/LogScreens.xml +++ b/framework/webtools/widget/LogScreens.xml @@ -54,7 +54,7 @@ under the License. </widgets> </section> </screen> - + <screen name="ServiceLog"> <section> <actions> @@ -72,7 +72,7 @@ under the License. </decorator-screen> </widgets> </section> - </screen> + </screen> <screen name="LogConfiguration"> <section> @@ -110,7 +110,7 @@ under the License. </container> <container style="button-bar"> <label style="label">${uiLabelMap.WebtoolsLogFileName}:</label> - <label>${logFileName}</label> + <label>${parameters.logFileName}</label> </container> <platform-specific> <html><html-template location="component://webtools/template/log/LogContent.ftl"/></html>