This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/release24.09 by this push:
new d5d07df0e Fixed: createProject should call "createProject" instead of
"createProjet" (OFBIZ-13205)
d5d07df0e is described below
commit d5d07df0ea421b07d3ca3f0c7849743c66ac1922
Author: Jacques Le Roux <[email protected]>
AuthorDate: Tue Jan 28 09:32:38 2025 +0100
Fixed: createProject should call "createProject" instead of "createProjet"
(OFBIZ-13205)
This is in ProjectServicesScript.groovy
Thanks: Sixty One
---
.../groovy/org/apache/ofbiz/projectmgr/ProjectServicesScript.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/projectmgr/src/main/groovy/org/apache/ofbiz/projectmgr/ProjectServicesScript.groovy
b/projectmgr/src/main/groovy/org/apache/ofbiz/projectmgr/ProjectServicesScript.groovy
index 20db67518..cc9a3abeb 100644
---
a/projectmgr/src/main/groovy/org/apache/ofbiz/projectmgr/ProjectServicesScript.groovy
+++
b/projectmgr/src/main/groovy/org/apache/ofbiz/projectmgr/ProjectServicesScript.groovy
@@ -34,7 +34,7 @@ import java.sql.Timestamp
Map createProject() {
Map serviceResult
if (parameters.templateId) {
- serviceResult = run service: 'copyProjet', with: [*: parameters,
+ serviceResult = run service: 'copyProject', with: [*: parameters,
projectId:
parameters.templateId]
} else {
serviceResult = run service: 'createWorkEffort', with: [*: parameters,