Commit 79058c2
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 109 | | |
114 | 110 | | |
115 | 111 | | |
| |||
0 commit comments