Skip to content

Commit ab87eaa

Browse files
authored
fix(case-studies): map _caseStudy field to first title (#234)
- Updated _caseStudy schema mapping; - Ensures the frontend now correctly displays the title of the first related case study; - Fixes API errors when saving drafts related to _caseStudy.
1 parent e88e94d commit ab87eaa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

website/modules/testimonials/index.js

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

0 commit comments

Comments
 (0)