acl icon indicating copy to clipboard operation
acl copied to clipboard

aco_sync not working for prefix

Open GPrimoo opened this issue 4 years ago • 2 comments

I want to use prefix in controller, and I executed this command for this: bin/cake bake controller --prefix admin users

This generate a folder "Admin" in "Controllers", but when I run the command aco_sync in terminal, only return "Aco Update Complete", ignoring the folder "Admin".

Ps: In another project in the past, I did the same proccess and its worked

GPrimoo avatar Jan 19 '22 22:01 GPrimoo

I think you have to add the prefix('/admin') in routes in order to make it work

raul338 avatar Jan 19 '22 23:01 raul338

I tried with prefix in routes, but still not working.

And I tried to clear all caches too

GPrimoo avatar Jan 20 '22 00:01 GPrimoo