Skip to content

Commit 79058c2

Browse files
authored
refactor(testimonials): remove case study column from admin list (#228)
## Description Removed the `_caseStudy` column from the testimonials admin list view in the ApostropheCMS admin interface. ## Changes - Removed the `_caseStudy` column definition from `columns.add` in `testimonials/index.js` - The column previously displayed "Related Case Study" in the testimonials list view ## Notes - The `_caseStudy` field definition remains intact and functional - The field filter for case studies remains available - Frontend templates continue to display case study information correctly - This change only affects the admin UI list view display ## Impact No breaking changes. This is a UI-only change that simplifies the admin list view by removing a column that was not essential for quick reference.
1 parent c6fee32 commit 79058c2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

website/modules/testimonials/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ module.exports = {
106106
label: 'Organization',
107107
name: 'organization',
108108
},
109-
_caseStudy: {
110-
label: 'Related Case Study',
111-
name: '_caseStudy.0.title',
112-
},
113109
},
114110
},
115111
filters: {

0 commit comments

Comments
 (0)