fix: Config bug, added type doctype
This commit is contained in:
parent
14d70ce444
commit
34fa33d324
@ -189,6 +189,7 @@ def get_data():
|
||||
"name": "Program",
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Course",
|
||||
"onboard": 1,
|
||||
},
|
||||
@ -201,6 +202,7 @@ def get_data():
|
||||
"name": "Topic",
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Instructor",
|
||||
"onboard": 1,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user