[jira] [Commented] (OFBIZ-11080) View-entity does not show relations to underlying entities

2021-02-11 Thread Michael Brohl (Jira)


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

Michael Brohl commented on OFBIZ-11080:
---

I think this is not a bug. A view is a virtual entity which is composed out of 
sevareal other entities (which are related to each other).

The view itself does not have a relation to other entities, hence there is 
nothing shown in the relationship view.

While I agree that it would be nice to see the entities/relations from which 
the view is composed as an *improvement*, I do not see it being a bug.

Changing to improvement and removing the affects versions to trunk only.

> View-entity does not show relations to underlying entities
> --
>
> Key: OFBIZ-11080
> URL: https://issues.apache.org/jira/browse/OFBIZ-11080
> Project: OFBiz
>  Issue Type: Bug
>  Components: datamodel
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Release 
> Branch 15.12, Release Branch 16.11, Release Branch 18.12, Release Branch 
> 17.12, Trunk
>Reporter: Pierre Smits
>Priority: Major
>  Labels: engine, entity, views
>
> View entities don't show the relations to underlying source entities.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11080) View-entity does not show relations to underlying entities

2019-06-06 Thread Pierre Smits (JIRA)


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

Pierre Smits commented on OFBIZ-11080:
--

By intend the view entity is an entity that is defined by the relation between 
the underlying data entities.

In view entities the relation between those data entities is defined by the 
 element. As an example for the SalesOpportunityAndRole entity:
{code:java}



{code}

The reason why relations for view entities (without  elements) are 
not shown is that there is no equivalent, like the getRelationsIterator, to 
render the relation dataset in modelentity.java.




> View-entity does not show relations to underlying entities
> --
>
> Key: OFBIZ-11080
> URL: https://issues.apache.org/jira/browse/OFBIZ-11080
> Project: OFBiz
>  Issue Type: Bug
>  Components: datamodel
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, 
> Release Branch 15.12, Release Branch 16.11, Release Branch 17.12, Release 
> Branch 18.12
>Reporter: Pierre Smits
>Priority: Major
>  Labels: engine, entity, views
>
> View entities don't show the relations to underlying source entities.



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


[jira] [Commented] (OFBIZ-11080) View-entity does not show relations to underlying entities

2019-06-05 Thread Deepak Dixit (JIRA)


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

Deepak Dixit commented on OFBIZ-11080:
--

Hi [~pierresmits],

I think this is not an issue, if view entity definition have the relation it 
will display on view relations screens. 
If view entity does not have any relation it will not display on view relation 
screen. 

The view entities mentioned by you does not have the relation. So I think we 
can close this issue. 

> View-entity does not show relations to underlying entities
> --
>
> Key: OFBIZ-11080
> URL: https://issues.apache.org/jira/browse/OFBIZ-11080
> Project: OFBiz
>  Issue Type: Bug
>  Components: datamodel
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, 
> Release Branch 15.12, Release Branch 16.11, Release Branch 17.12, Release 
> Branch 18.12
>Reporter: Pierre Smits
>Priority: Major
>  Labels: engine, entity, views
>
> View entities don't show the relations to underlying source entities.



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


[jira] [Commented] (OFBIZ-11080) View-entity does not show relations to underlying entities

2019-06-01 Thread Pawan Verma (JIRA)


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

Pawan Verma commented on OFBIZ-11080:
-

Ahh got it. But I think there nothing wrong with view-entity, only the 
relations are missing for them, which is not an issue BTW. Relations are 
helpful for Users/Developers to get the details of the entity. 

I would update the description to *Missing relations for some view-entity* and 
convert Bug to Improvement.

> View-entity does not show relations to underlying entities
> --
>
> Key: OFBIZ-11080
> URL: https://issues.apache.org/jira/browse/OFBIZ-11080
> Project: OFBiz
>  Issue Type: Bug
>  Components: datamodel
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, 
> Release Branch 15.12, Release Branch 16.11, Release Branch 17.12, Release 
> Branch 18.12
>Reporter: Pierre Smits
>Priority: Major
>  Labels: engine, entity, views
>
> View entities don't show the relations to underlying source entities.



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


[jira] [Commented] (OFBIZ-11080) View-entity does not show relations to underlying entities

2019-06-01 Thread Pierre Smits (JIRA)


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

Pierre Smits commented on OFBIZ-11080:
--

Have a look at:
* 
https://demo-stable.ofbiz.apache.org/webtools/control/ViewRelations?entityName=AssocRevisionItemView
* 
https://demo-stable.ofbiz.apache.org/webtools/control/ViewRelations?entityName=SalesOpportunityAndRole
* 
https://demo-stable.ofbiz.apache.org/webtools/control/ViewRelations?entityName=SalesInvoiceItemStarSchema
* 
https://demo-stable.ofbiz.apache.org/webtools/control/ViewRelations?entityName=SalesForecastAndCustomTimePeriod

to name just a few.

> View-entity does not show relations to underlying entities
> --
>
> Key: OFBIZ-11080
> URL: https://issues.apache.org/jira/browse/OFBIZ-11080
> Project: OFBiz
>  Issue Type: Bug
>  Components: datamodel
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, 
> Release Branch 15.12, Release Branch 16.11, Release Branch 17.12, Release 
> Branch 18.12
>Reporter: Pierre Smits
>Priority: Major
>  Labels: engine, entity, views
>
> View entities don't show the relations to underlying source entities.



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


[jira] [Commented] (OFBIZ-11080) View-entity does not show relations to underlying entities

2019-06-01 Thread Pawan Verma (JIRA)


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

Pawan Verma commented on OFBIZ-11080:
-

Hello [~pierresmits],

I have tried to regenerate this but I am unable to do so. I have checked 
*AcctgTransAndEntries* view entity and I am able to see the related entities 
mentioned in the view-entity definition.

[https://demo-trunk.ofbiz.apache.org/webtools/control/ViewRelations?entityName=AcctgTransAndEntries]

 

Please let me know if I am missing something!

> View-entity does not show relations to underlying entities
> --
>
> Key: OFBIZ-11080
> URL: https://issues.apache.org/jira/browse/OFBIZ-11080
> Project: OFBiz
>  Issue Type: Bug
>  Components: datamodel
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, 
> Release Branch 15.12, Release Branch 16.11, Release Branch 17.12, Release 
> Branch 18.12
>Reporter: Pierre Smits
>Priority: Major
>  Labels: engine, entity, views
>
> View entities don't show the relations to underlying source entities.



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