Hello again,
Can I check the Preferences section in the menu tab list from roles? I don't want every user to see it.
I tried to add it manually but it did not work.
I added a photo.
Can I check the Preferences section in the menu tab list from roles? I don't want every user to see it.
I tried to add it manually but it did not work.

Code:
{
"ActivityDay":{
"create":"yes",
"read":"own",
"edit":"own",
"delete":"no"
},
"Meeting":{
"create":"yes",
"read":"own",
"edit":"own",
"delete":"no",
"stream":"no"
},
"Preferences":{
"create":"no",
"read":"no",
"edit":"no",
"delete":"no",
"stream":"no"
},
}

Comment