Skip to content
Snippets Groups Projects
Commit db46ad3e authored by Julian's avatar Julian
Browse files

Inject statistiscs widget on person detail page

parent f1aab9f2
No related branches found
No related tags found
1 merge request!361Resolve "Add statistics page for absences"
Pipeline #193249 failed
......@@ -13,6 +13,18 @@ export const collectionItems = {
import("./components/coursebook/statistics/StatisticsForGroupTab.vue"),
},
],
corePersonWidgets: [
{
key: "core-person-widgets",
component: () => import("./components/coursebook/statistics/StatisticsForPersonCard.vue"),
shouldDisplay: (person, currentSchoolTerm) => currentSchoolTerm != null,
colProps: {
cols: 12,
md: 6,
lg: 4,
},
},
],
};
export default {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment