Announcement

Collapse
No announcement yet.

Role management customization

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Role management customization

    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.

    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"
       },
    }
    I added a photo.
    Attached Files

  • #2
    Resolved, thank you.

    Comment

    Working...
    X