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