From 0a2667bacf9683d0df7ea1035860eed10c4ade74 Mon Sep 17 00:00:00 2001 From: Henry Jordan Date: Wed, 6 Oct 2021 20:32:05 +0000 Subject: [PATCH] update --- .../components/dataViews/vueCardView/VueCardView.vue | 7 ------- .../components/dataViews/vueListView/VueListView.vue | 10 +--------- .../assets/js/home/CustomCaseList/CustomCaseList.vue | 3 +++ 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/resources/assets/js/components/dataViews/vueCardView/VueCardView.vue b/resources/assets/js/components/dataViews/vueCardView/VueCardView.vue index fce5c3e36..37a6b44d5 100644 --- a/resources/assets/js/components/dataViews/vueCardView/VueCardView.vue +++ b/resources/assets/js/components/dataViews/vueCardView/VueCardView.vue @@ -15,12 +15,6 @@ :column="column" :headings="options.headings" > - diff --git a/resources/assets/js/home/CustomCaseList/CustomCaseList.vue b/resources/assets/js/home/CustomCaseList/CustomCaseList.vue index 27aad2ce8..92bda1d49 100644 --- a/resources/assets/js/home/CustomCaseList/CustomCaseList.vue +++ b/resources/assets/js/home/CustomCaseList/CustomCaseList.vue @@ -607,6 +607,9 @@ export default { updated() {}, beforeCreate() {}, methods: { + /** + * Get custom headigns for dynamic lists + */ getCustomHeading(column, props) { if (props["headings"] && props["headings"][column]) { return props["headings"][column];