Dear All,
Using API, I have imported a list of locations. However, I noticed that some of them need to be deleted.
I tried using the Mass action and 1 by 1, but none of them worked.
Below the log error:
WARNING: (403) Mass action 'delete' is disabled for 'RealEstateLocation'. :: POST /MassAction :: /home/xxx/crm/application/Espo/Core/MassAction/MassActionFactory.php(63)
CRITICAL: (0) ORM: Repository 'RealEstate' does not exist. :: DELETE /RealEstateLocation/679f44264ade7bf90 :: /home/xxx/crm/application/Espo/ORM/EntityManager.php(213)
I deleted them from the Database.
I am using Espo 9.0.1 and Realestate extension 1.8.3.
Is it better to post such issues to Github?
Regards
Using API, I have imported a list of locations. However, I noticed that some of them need to be deleted.
I tried using the Mass action and 1 by 1, but none of them worked.
Below the log error:
WARNING: (403) Mass action 'delete' is disabled for 'RealEstateLocation'. :: POST /MassAction :: /home/xxx/crm/application/Espo/Core/MassAction/MassActionFactory.php(63)
CRITICAL: (0) ORM: Repository 'RealEstate' does not exist. :: DELETE /RealEstateLocation/679f44264ade7bf90 :: /home/xxx/crm/application/Espo/ORM/EntityManager.php(213)
I deleted them from the Database.
I am using Espo 9.0.1 and Realestate extension 1.8.3.
Is it better to post such issues to Github?
Regards
Comment