You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2018/06/03 08:04:00 UTC

[jira] [Commented] (OFBIZ-9584) LabelManager doesn't search .js files

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

Jacques Le Roux commented on OFBIZ-9584:
----------------------------------------

Actually there is only 1 occurences of each variation of _getJSONuiLabels_ used in code.

All labels files end by UiLabels. Maybe we could simply look for files containing "_getJSONuiLabels"_** and then inside them look for a a pattern like 

{{"*UiLabels"*:*[}}  

and retrieve the labels at the right of this pattern. A bit hacky but that's the idea :)

> LabelManager doesn't search .js files
> -------------------------------------
>
>                 Key: OFBIZ-9584
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9584
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL COMPONENTS
>    Affects Versions: Trunk, 17.12.01
>            Reporter: Suraj Khurana
>            Priority: Minor
>
> There are around 50 matches of uilabels in js files as well. They are not included in the label manager search and hence ignored in every action of it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)