CRUD under nested modules using Gii

Hi,

Is there any way to create CRUD under nested modules using gii?

For one module level, user_management/users in the Controller ID field works.

However, if I create a module inside user_management and try to create CRUD by writing user_management/personal_info/user, it simply places the new files in folders under user_management. Is there an existing fix for this?

Thanks!

Benjie

I am not totally sure but i THINK it should work for the nested modules also, maybe check you have proper permissions set on these nested modules/directories and they really exist.