Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. {
  2. "login":1,
  3. "dashboard":{
  4. "view":1
  5. },
  6. "documents":{
  7. "import":1,
  8. "handbook":1
  9. },
  10. "event":{
  11. "tickets":{
  12. "view":1,
  13. "total":1,
  14. "tooltip":1,
  15. "table":{
  16. "id":1,
  17. "username":1,
  18. "uuid":1,
  19. "report":1,
  20. "year":1
  21. }
  22. },
  23. "feedback":{
  24. "view":1,
  25. "total":1,
  26. "new":1,
  27. "table":{
  28. "id":1,
  29. "date":1,
  30. "rating":1,
  31. "report":1
  32. }
  33. },
  34. "activity":{
  35. "view":1,
  36. "table":{
  37. "name":1,
  38. "uuid":1,
  39. "active":1,
  40. "afk":1,
  41. "total":1
  42. }
  43. },
  44. "timetable":{
  45. "view":1
  46. },
  47. "guests":{
  48. "view":1,
  49. "table":{
  50. "add":1,
  51. "edit":1,
  52. "remove":1,
  53. "id":1,
  54. "name":1
  55. }
  56. },
  57. "sponsors":{
  58. "view":1,
  59. "table":{
  60. "add":1,
  61. "edit":1,
  62. "remove":1,
  63. "id":1,
  64. "name":1
  65. }
  66. }
  67. },
  68. "application":{
  69. "booths":{
  70. "view":1,
  71. "table":{
  72. "name":1,
  73. "date":1,
  74. "uuid":1,
  75. "email":1,
  76. "id":1,
  77. "accept":1,
  78. "deny":1,
  79. "report":1
  80. }
  81. },
  82. "guests":{
  83. "view":1
  84. },
  85. "panels":{
  86. "view":1
  87. },
  88. "staff":{
  89. "view":1
  90. }
  91. },
  92. "administration":{
  93. "configuration":{
  94. "view":1
  95. },
  96. "panel":{
  97. "users":{
  98. "view":1,
  99. "table":{
  100. "add":1,
  101. "edit":1,
  102. "remove":1,
  103. "id":1,
  104. "firstname":1,
  105. "lastname":1,
  106. "email":1,
  107. "username":1,
  108. "usergroup":1,
  109. "superuser":1,
  110. "active":1
  111. }
  112. },
  113. "groups":{
  114. "view":1,
  115. "table":{
  116. "add":1,
  117. "edit":1,
  118. "remove":1,
  119. "id":1,
  120. "name":1
  121. }
  122. }
  123. },
  124. "tools":{
  125. "importplayerdata":{
  126. "view":1
  127. }
  128. }
  129. }
  130. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement