Hi,
I created a new user type and assigned income, expense, income category and expense category. When the user of that new user type logs in, they see income and expense but not income/expense category.
To fix this for now, I have to modify the value of data in permission table as:
{"users":"users","Expenses":{"own_create":"1","own_read":"1","own_update":"1","own_delete":"1","all_read":"1","all_update":"1","all_delete":"1"},"Income":{"own_create":"1","own_read":"1","own_update":"1","own_delete":"1","all_read":"1","all_update":"1","all_delete":"1"}, "Expense Category":{"own_create":"1","own_read":"1","own_update":"1","own_delete":"1","all_read":"1","all_update":"1","all_delete":"1"}, "Income Category":{"own_create":"1","own_read":"1","own_update":"1","own_delete":"1","all_read":"1","all_update":"1","all_delete":"1"}}
Hi,
I created a new user type and assigned income, expense, income category and expense category. When the user of that new user type logs in, they see income and expense but not income/expense category.
To fix this for now, I have to modify the value of data in permission table as:
{"users":"users","Expenses":{"own_create":"1","own_read":"1","own_update":"1","own_delete":"1","all_read":"1","all_update":"1","all_delete":"1"},"Income":{"own_create":"1","own_read":"1","own_update":"1","own_delete":"1","all_read":"1","all_update":"1","all_delete":"1"}, "Expense Category":{"own_create":"1","own_read":"1","own_update":"1","own_delete":"1","all_read":"1","all_update":"1","all_delete":"1"}, "Income Category":{"own_create":"1","own_read":"1","own_update":"1","own_delete":"1","all_read":"1","all_update":"1","all_delete":"1"}}