Minor changes
This commit is contained in:
parent
42f3c51ff7
commit
699f7c6fee
@ -191,6 +191,19 @@ def get_data():
|
||||
"type": "doctype",
|
||||
"name": "Course"
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Topic"
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Room"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": _("Content Masters"),
|
||||
"items": [
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Article"
|
||||
@ -202,10 +215,6 @@ def get_data():
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Quiz"
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Room"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user