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
The foreign key in ReportValue model to reference the entity of the model could have been removed. To get what kind (entity) of report is that, we are already referencing the entity with the report itself. So, by fetching the report we get the report entity ID to know which entity is and get the values just by the report id.
The text was updated successfully, but these errors were encountered:
The foreign key in ReportValue model to reference the entity of the model could have been removed. To get what kind (entity) of report is that, we are already referencing the entity with the report itself. So, by fetching the report we get the report entity ID to know which entity is and get the values just by the report id.
The text was updated successfully, but these errors were encountered: