You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When viewing a LegalEntity that is referenced by a CallForTenders in the Aleph UI, it doesn’t show a tab that links to the referencing CfT.
For other entity types Aleph displays a link back to the referencing entity. In the following example a Company entity references an Address entity via the addressEntity property.
To Reproduce
Steps to reproduce the behavior:
Create an investigation
In the table editor, create a Company entity
In the table editor, create a CallForTenders entity and add the Company entity to the tenderers property.
Navigate to the Company entity (for example by clicking on the "Expand" icon button next to the row in the table editor).
There’s no link back to the CfT.
Expected behavior
There should be a tab named "Tenders" when viewing the Company entity.
(I’m not entirely sure though if the fact that it’s missing here isn’t due to a UX or technical reason, so it’s worth checking the history of the current implementation.)
Aleph version
3.15.5
Additional context
This is an issue with the /entities/<id>/expand endpoint of the Aleph API. I have verified that in this case the response for this endpoint doesn’t include CfTs.
The text was updated successfully, but these errors were encountered:
Describe the bug
When viewing a
LegalEntity
that is referenced by aCallForTenders
in the Aleph UI, it doesn’t show a tab that links to the referencing CfT.For other entity types Aleph displays a link back to the referencing entity. In the following example a
Company
entity references anAddress
entity via theaddressEntity
property.To Reproduce
Steps to reproduce the behavior:
Company
entityCallForTenders
entity and add theCompany
entity to thetenderers
property.Company
entity (for example by clicking on the "Expand" icon button next to the row in the table editor).Expected behavior
There should be a tab named "Tenders" when viewing the
Company
entity.(I’m not entirely sure though if the fact that it’s missing here isn’t due to a UX or technical reason, so it’s worth checking the history of the current implementation.)
Aleph version
3.15.5
Additional context
This is an issue with the
/entities/<id>/expand
endpoint of the Aleph API. I have verified that in this case the response for this endpoint doesn’t include CfTs.The text was updated successfully, but these errors were encountered: