Hi,
Good day!
I have a custom extension and I tried to create a new base entity with Entities, Repositories, Services, Controllers, etc. I also put the module name on the scope of the entity.
On the clientDefs, I already attached the default controller
My other entities worked but only this entity is failing. I am trying to added this new entity to the new version of my extension.
But, it is showing Error 404 page, with error on the request as follows:
It's looking for entity.js under my module even the controller in the clientDefs is the default controller.
Any inputs would be appreciated.
Thanks!
Good day!
I have a custom extension and I tried to create a new base entity with Entities, Repositories, Services, Controllers, etc. I also put the module name on the scope of the entity.
On the clientDefs, I already attached the default controller
Code:
"controller": "controllers/record"
But, it is showing Error 404 page, with error on the request as follows:
/client/modules/mymodule/src/controllers/entity.js?r=1517359966
Any inputs would be appreciated.
Thanks!
Comment