Skip to content

Commit

Permalink
Merge pull request #159 from KB-iGOT/cbrelease-4.8.19.1
Browse files Browse the repository at this point in the history
Cbrelease 4.8.19.1 to cbp revamp
  • Loading branch information
vishnubansaltarento authored Nov 25, 2024
2 parents 7e1aeb4 + a01da1f commit caa6fe1
Show file tree
Hide file tree
Showing 29 changed files with 249 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"name": "Module",
"primaryCategory": "Course Unit",
"description": "Create a collection of resource to your course.",
"description": "Create a collection of resource to your content.",
"icon": "insert_drive_file",
"position": "",
"minimum": 0,
Expand All @@ -120,7 +120,7 @@
"name": "Resource",
"primaryCategory": "Learning Resource",
"position": "",
"description": "Add new files or links to your course.",
"description": "Add new files or links to your content.",
"icon": "insert_drive_file",
"minimum": 0,
"maximum": 0,
Expand Down Expand Up @@ -279,7 +279,7 @@
},
"name": "Resource",
"primaryCategory": "Learning Resource",
"description": "Add new files or links to your course.",
"description": "Add new files or links to your content.",
"icon": "insert_drive_file",
"position": "",
"minimum": 0,
Expand Down Expand Up @@ -398,7 +398,7 @@
},
"name": "Module",
"primaryCategory": "Course Unit",
"description": "Create a collection of resource to your course.",
"description": "Create a collection of resource to your content.",
"icon": "insert_drive_file",
"position": "",
"minimum": 0,
Expand All @@ -419,7 +419,7 @@
"name": "Resource",
"primaryCategory": "Learning Resource",
"position": "n",
"description": "Add new files or links to your course.",
"description": "Add new files or links to your content.",
"icon": "insert_drive_file",
"minimum": 0,
"maximum": 0,
Expand Down Expand Up @@ -481,7 +481,7 @@
},
"name": "Module",
"primaryCategory": "Course Unit",
"description": "Create a collection of resource to your course.",
"description": "Create a collection of resource to your content.",
"icon": "insert_drive_file",
"position": "",
"minimum": 0,
Expand All @@ -502,7 +502,7 @@
"name": "Resource",
"primaryCategory": "Learning Resource",
"position": "n",
"description": "Add new files or links to your course.",
"description": "Add new files or links to your content.",
"icon": "insert_drive_file",
"minimum": 0,
"maximum": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7847,7 +7847,6 @@
"disabledFor": {
},
"mandatoryFor": {
"Learning Resource": []
},
"notDisabledFor": {},
"notMandatoryFor": {
Expand Down Expand Up @@ -7897,7 +7896,6 @@
"disabledFor": {
},
"mandatoryFor": {
"Learning Resource": []
},
"notDisabledFor": {},
"notMandatoryFor": {
Expand Down Expand Up @@ -7947,7 +7945,6 @@
"disabledFor": {
},
"mandatoryFor": {
"Learning Resource": []
},
"notDisabledFor": {},
"notMandatoryFor": {
Expand Down
Binary file not shown.
Binary file not shown.
34 changes: 34 additions & 0 deletions MDO/client-assets/assets/configurations/feature/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,23 @@
"mdo_leader"
],
"subMenu": [
{
"name": "Onboarding",
"key": "onboarding",
"fragment": false,
"render": true,
"badges": {
"enabled": false,
"uri": ""
},
"enabled": true,
"routerLink": "/app/home/onboarding",
"requiredRoles": [
"admin",
"mdo_admin",
"mdo_leader"
]
},
{
"name": "All users",
"key": "users",
Expand Down Expand Up @@ -183,6 +200,23 @@
"mdo_admin",
"mdo_leader"
]
},
{
"name": "Manage Groups/Grades",
"key": "Manage",
"fragment": false,
"render": true,
"badges": {
"enabled": false,
"uri": ""
},
"enabled": true,
"routerLink": "/app/home/manage-groups-grade",
"requiredRoles": [
"admin",
"mdo_admin",
"mdo_leader"
]
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"featureInformation": {
"title": "Onboarding",
"notesList": [
"Currently There is no designation added in your Designation Master. To generate link add designation in your Designation Master.",
"Currently There is no designation added in your Designation Master. To generate link add designation in your Designation Master."
]
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions MDO/client-assets/assets/icons/empty_data.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit caa6fe1

Please sign in to comment.