Dear All,
I recently upgraded Espo 8.4.2 and Real Estate extension 1.8.1 to Espo 9.0.1 and Real Estate extension 1.8.3.
Everything is working fine and when I create a Request, I get the matching properties correctly.
However, to unlink some properties which are not needed, I click on View List to see the full list.
When I choose the property and click UNLINK in Actions, I get error 500.
The logs shows the below :
ALERT: (0) Entity 'RealEstateRequest' has not relation 'matchingProperties'. :: DELETE /RealEstateRequest/67964fffed9194573/matchingProperties :: /home/xxxxx/crm/application/Espo/Core/Record/Service.php(1137)
I tried the online demo of EspoCrm and it showed the same error.
I tried to create a Relationship link between the request and property (many-to-many) but the issue persisted.
I tried to revert to Espo 8.4.2 and RE 1.8.1 but the issue persisted.
I checked the Database table (real_estate_property_real_estate_request) related to Requests and it only contained old records, probably created with Espo 8.4 and RE 1.8.0.
If I click on Remove in the Actions list, the property is deleted from the system which is not what I want.
Any ideas if there is a workaround for this issue.?
Regards
I recently upgraded Espo 8.4.2 and Real Estate extension 1.8.1 to Espo 9.0.1 and Real Estate extension 1.8.3.
Everything is working fine and when I create a Request, I get the matching properties correctly.
However, to unlink some properties which are not needed, I click on View List to see the full list.
When I choose the property and click UNLINK in Actions, I get error 500.
The logs shows the below :
ALERT: (0) Entity 'RealEstateRequest' has not relation 'matchingProperties'. :: DELETE /RealEstateRequest/67964fffed9194573/matchingProperties :: /home/xxxxx/crm/application/Espo/Core/Record/Service.php(1137)
I tried the online demo of EspoCrm and it showed the same error.
I tried to create a Relationship link between the request and property (many-to-many) but the issue persisted.
I tried to revert to Espo 8.4.2 and RE 1.8.1 but the issue persisted.
I checked the Database table (real_estate_property_real_estate_request) related to Requests and it only contained old records, probably created with Espo 8.4 and RE 1.8.0.
If I click on Remove in the Actions list, the property is deleted from the system which is not what I want.
Any ideas if there is a workaround for this issue.?
Regards
Comment