This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 7ee7005 Improved: On advice of adityasharad try something else in codeql-analysis.yml 7ee7005 is described below commit 7ee70058463dcab0bf40af7b3b6a0bef655a2601 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Nov 16 11:33:51 2021 +0100 Improved: On advice of adityasharad try something else in codeql-analysis.yml See https://github.com/github/vscode-codeql/issues/735#issuecomment-969348461 Still not quire sure of the syntax, trying again before asking OK no needs to ask, I missed 2 spaces before with It also needs a not functional change for codeQL to run --- .github/workflows/codeql-analysis.yml | 2 +- .../java/org/apache/ofbiz/party/party/PartyRelationshipServices.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 71aed00..28c2e0d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -92,5 +92,5 @@ jobs: - name: Debug uses: github/codeql-action@v1 with: - debug: true + debug: true diff --git a/applications/party/src/main/java/org/apache/ofbiz/party/party/PartyRelationshipServices.java b/applications/party/src/main/java/org/apache/ofbiz/party/party/PartyRelationshipServices.java index 22ebe89..71fa985 100644 --- a/applications/party/src/main/java/org/apache/ofbiz/party/party/PartyRelationshipServices.java +++ b/applications/party/src/main/java/org/apache/ofbiz/party/party/PartyRelationshipServices.java @@ -46,6 +46,7 @@ import org.apache.ofbiz.service.ServiceUtil; public class PartyRelationshipServices { private static final String MODULE = PartyRelationshipServices.class.getName(); + private static final String RESOURCE = "PartyUiLabels"; private static final String RES_ERROR = "PartyErrorUiLabels"; /** Creates and updates a PartyRelationship creating related PartyRoles if needed.