[ 
https://issues.apache.org/jira/browse/OFBIZ-12875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817899#comment-17817899
 ] 

Mekika Leila edited comment on OFBIZ-12875 at 2/16/24 10:04 AM:
----------------------------------------------------------------

Hello,

For information I have just committed a small fix for showjGrowlMessage call 
(undefined object error when retrieving jGrowlLabelObject)
 * 22.01 : 
[768d0780afb2e8a70acb9017a7ded9d4e72dfa30|https://github.com/apache/ofbiz-framework/commit/768d0780afb2e8a70acb9017a7ded9d4e72dfa30]
 * trunk : 
[8813c75986|https://github.com/apache/ofbiz-framework/commit/8813c75986]


was (Author: mleila):
Hello,

For information I just committed an small fix for showjGrowlMessage call 
(undefined object error when retrieving jGrowlLabelObject)
 * 22.01 : 
[768d0780afb2e8a70acb9017a7ded9d4e72dfa30|https://github.com/apache/ofbiz-framework/commit/768d0780afb2e8a70acb9017a7ded9d4e72dfa30]
 * trunk : 
[8813c75986|https://github.com/apache/ofbiz-framework/commit/8813c75986]

> [SECURITY: CVE-2023-50968] Use screen engine for the request getJSONuilabels
> ----------------------------------------------------------------------------
>
>                 Key: OFBIZ-12875
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12875
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework/common
>    Affects Versions: 18.12.10, 22.01
>            Reporter: Nicolas Malin
>            Assignee: Nicolas Malin
>            Priority: Major
>             Fix For: 22.01.01, 18.12.11
>
>
> Before this improvement, you can resolve a list of labels to display with the 
> uiLabel resource file
>       like : "CommonUiLabels" : ["CommonUpload", "CommonSave", 
> "CommonCompleted"]
>     
>     We remove the possibility to specify a uiLabel resource file and make it 
> work by default with CommonUiLabels.
>     After that we implement the json return on extend theme screen so we can 
> add some uiLabel ressource by theme extension or component screen definition.
>     
>     Other enhancement, on getJSONuiLabels instead resolve the label with a 
> list position you can call your label with it key.
>           resolve : uiLabelJsonObjects.CommonUiLabels[1]
>            become : uiLabelJsonObjects.CommonSave



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to