[jira] [Commented] (OFBIZ-13077) Error when calling EntityQuery.from() with a dynamicView via groovy DSL

2024-06-17 Thread Mekika Leila (Jira)


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

Mekika Leila commented on OFBIZ-13077:
--

Sorry Jacques, I did not see your previous comments.

ok :)

> Error when calling EntityQuery.from() with a dynamicView via groovy DSL
> ---
>
> Key: OFBIZ-13077
> URL: https://issues.apache.org/jira/browse/OFBIZ-13077
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Mekika Leila
>Assignee: Mekika Leila
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: DemoDataOFBIZ-13077.xml
>
>
> There is a "No signature of method " error when executing the script 
> FindInventoryItemsByLabels.groovy which use Groovy DSL syntax to call method 
> EntityQuery.from(DynamicViewEntity dve)
> This is due to the fact that the from() DSL is currently only defined for 
> calling the method with an entityName String.
> The purpose of this Jira is to add the Groovy DSL for 
> EntityQuery.from(DynamicViewEntity dve) so the FindInventoryItemsByLabels 
> will not fail and the dsl will be extended for other scripts
> *To reproduce*
> In a trunk ofbiz with demo data loaded, load file attached and go to 
> [SearchInventoryItemsByLabels 
> page|[https://localhost:8443/facility/control/SearchInventoryItemsByLabels?facilityId=WebStoreWarehouse]].
>  
> Then select 'Label test' and submit the search form



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


[jira] [Commented] (OFBIZ-13077) Error when calling EntityQuery.from() with a dynamicView via groovy DSL

2024-05-15 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-13077:
-

Je ne vois pas de différence avec le trunk, donc pas besoin de backport :)

> Error when calling EntityQuery.from() with a dynamicView via groovy DSL
> ---
>
> Key: OFBIZ-13077
> URL: https://issues.apache.org/jira/browse/OFBIZ-13077
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Mekika Leila
>Assignee: Mekika Leila
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: DemoDataOFBIZ-13077.xml
>
>
> There is a "No signature of method " error when executing the script 
> FindInventoryItemsByLabels.groovy which use Groovy DSL syntax to call method 
> EntityQuery.from(DynamicViewEntity dve)
> This is due to the fact that the from() DSL is currently only defined for 
> calling the method with an entityName String.
> The purpose of this Jira is to add the Groovy DSL for 
> EntityQuery.from(DynamicViewEntity dve) so the FindInventoryItemsByLabels 
> will not fail and the dsl will be extended for other scripts
> *To reproduce*
> In a trunk ofbiz with demo data loaded, load file attached and go to 
> [SearchInventoryItemsByLabels 
> page|[https://localhost:8443/facility/control/SearchInventoryItemsByLabels?facilityId=WebStoreWarehouse]].
>  
> Then select 'Label test' and submit the search form



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


[jira] [Commented] (OFBIZ-13077) Error when calling EntityQuery.from() with a dynamicView via groovy DSL

2024-05-15 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-13077:
-

I'm not sure because I see no issue in log for 18.12 but I see no result on UI 
either.

> Error when calling EntityQuery.from() with a dynamicView via groovy DSL
> ---
>
> Key: OFBIZ-13077
> URL: https://issues.apache.org/jira/browse/OFBIZ-13077
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Mekika Leila
>Assignee: Mekika Leila
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: DemoDataOFBIZ-13077.xml
>
>
> There is a "No signature of method " error when executing the script 
> FindInventoryItemsByLabels.groovy which use Groovy DSL syntax to call method 
> EntityQuery.from(DynamicViewEntity dve)
> This is due to the fact that the from() DSL is currently only defined for 
> calling the method with an entityName String.
> The purpose of this Jira is to add the Groovy DSL for 
> EntityQuery.from(DynamicViewEntity dve) so the FindInventoryItemsByLabels 
> will not fail and the dsl will be extended for other scripts
> *To reproduce*
> In a trunk ofbiz with demo data loaded, load file attached and go to 
> [SearchInventoryItemsByLabels 
> page|[https://localhost:8443/facility/control/SearchInventoryItemsByLabels?facilityId=WebStoreWarehouse]].
>  
> Then select 'Label test' and submit the search form



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


[jira] [Commented] (OFBIZ-13077) Error when calling EntityQuery.from() with a dynamicView via groovy DSL

2024-05-15 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-13077:
-

Hi Leïla,

Should we not backport? I can do help if you want.

> Error when calling EntityQuery.from() with a dynamicView via groovy DSL
> ---
>
> Key: OFBIZ-13077
> URL: https://issues.apache.org/jira/browse/OFBIZ-13077
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Mekika Leila
>Assignee: Mekika Leila
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: DemoDataOFBIZ-13077.xml
>
>
> There is a "No signature of method " error when executing the script 
> FindInventoryItemsByLabels.groovy which use Groovy DSL syntax to call method 
> EntityQuery.from(DynamicViewEntity dve)
> This is due to the fact that the from() DSL is currently only defined for 
> calling the method with an entityName String.
> The purpose of this Jira is to add the Groovy DSL for 
> EntityQuery.from(DynamicViewEntity dve) so the FindInventoryItemsByLabels 
> will not fail and the dsl will be extended for other scripts
> *To reproduce*
> In a trunk ofbiz with demo data loaded, load file attached and go to 
> [SearchInventoryItemsByLabels 
> page|[https://localhost:8443/facility/control/SearchInventoryItemsByLabels?facilityId=WebStoreWarehouse]].
>  
> Then select 'Label test' and submit the search form



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


[jira] [Commented] (OFBIZ-13077) Error when calling EntityQuery.from() with a dynamicView via groovy DSL

2024-05-13 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on OFBIZ-13077:
-

Commit 8aa27e3b4d08c0471c201fc83fd494399b1586d7 in ofbiz-framework's branch 
refs/heads/trunk from Mekika Leila
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=8aa27e3b4d ]

Fixed: Error when calling EntityQuery.from() with a dve via groovy DSL 
(OFBIZ-13077)

This add the Groovy DSL for EntityQuery.from(DynamicViewEntity dve)

> Error when calling EntityQuery.from() with a dynamicView via groovy DSL
> ---
>
> Key: OFBIZ-13077
> URL: https://issues.apache.org/jira/browse/OFBIZ-13077
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Mekika Leila
>Assignee: Mekika Leila
>Priority: Minor
> Attachments: DemoDataOFBIZ-13077.xml
>
>
> There is a "No signature of method " error when executing the script 
> FindInventoryItemsByLabels.groovy which use Groovy DSL syntax to call method 
> EntityQuery.from(DynamicViewEntity dve)
> This is due to the fact that the from() DSL is currently only defined for 
> calling the method with an entityName String.
> The purpose of this Jira is to add the Groovy DSL for 
> EntityQuery.from(DynamicViewEntity dve) so the FindInventoryItemsByLabels 
> will not fail and the dsl will be extended for other scripts
> *To reproduce*
> In a trunk ofbiz with demo data loaded, load file attached and go to 
> [SearchInventoryItemsByLabels 
> page|[https://localhost:8443/facility/control/SearchInventoryItemsByLabels?facilityId=WebStoreWarehouse]].
>  
> Then select 'Label test' and submit the search form



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