Skip to content

Commit b0c28e4

Browse files
committed
#3133 remove all surveyLink references
1 parent e7e6e17 commit b0c28e4

File tree

8 files changed

+12
-46
lines changed

8 files changed

+12
-46
lines changed

src/assets/data/navigation.json

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@
138138
"List of Partners": {
139139
"id": "2.1",
140140
"label": "List of Partners",
141-
"path": "ListofPartners",
142-
"surveyLink": ""
141+
"path": "ListofPartners"
143142
}
144143
}
145144
},
@@ -323,14 +322,12 @@
323322
"Glossary": {
324323
"id": "5.1",
325324
"label": "Glossary",
326-
"path": "Glossary",
327-
"surveyLink": ""
325+
"path": "Glossary"
328326
},
329327
"FAQs": {
330328
"id": "5.2",
331329
"label": "FAQs",
332-
"path": "FAQs",
333-
"surveyLink": ""
330+
"path": "FAQs"
334331
}
335332
}
336333
},
@@ -351,26 +348,22 @@
351348
"News Articles": {
352349
"id": "6.1.1",
353350
"label": "News Articles",
354-
"path": "News",
355-
"surveyLink": ""
351+
"path": "News"
356352
},
357353
"Blogs": {
358354
"id": "6.1.2",
359355
"label": "Blogs",
360-
"path": "Blogs",
361-
"surveyLink": ""
356+
"path": "Blogs"
362357
},
363358
"Podcasts": {
364359
"id": "6.1.3",
365360
"label": "Podcasts",
366-
"path": "Podcasts",
367-
"surveyLink": ""
361+
"path": "Podcasts"
368362
},
369363
"Press Releases": {
370364
"id": "6.1.4",
371365
"label": "Press Releases",
372-
"path": "PressReleases",
373-
"surveyLink": ""
366+
"path": "PressReleases"
374367
}
375368
}
376369
},
@@ -381,20 +374,17 @@
381374
"News Articles": {
382375
"id": "6.2.1",
383376
"label": "News Articles",
384-
"path": "NewsArchives",
385-
"surveyLink": ""
377+
"path": "NewsArchives"
386378
},
387379
"Blogs": {
388380
"id": "6.2.2",
389381
"label": "Blogs",
390-
"path": "BlogArchives",
391-
"surveyLink": ""
382+
"path": "BlogArchives"
392383
},
393384
"Press Releases": {
394385
"id": "6.2.3",
395386
"label": "Press Releases",
396-
"path": "PressReleaseArchives",
397-
"surveyLink": ""
387+
"path": "PressReleaseArchives"
398388
}
399389
}
400390
},
@@ -517,8 +507,7 @@
517507
"id": "8.0",
518508
"alternatePageName": "Reserve IDs & Publish Records for CNAs",
519509
"label": "CNAs",
520-
"path": "ReserveIDsPublishRecordsForCNAs",
521-
"surveyLink": ""
510+
"path": "ReserveIDsPublishRecordsForCNAs"
522511
},
523512
"Non-CNAs": {
524513
"id": "8.1",

src/views/Downloads.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,7 @@ export default {
116116
cvenavs: {
117117
type: Object,
118118
required: true,
119-
},
120-
surveyLink: {
121-
type: String,
122-
default: 'https://forms.office.com/Pages/ResponsePage.aspx?id='
123-
+ 'SNwgxlAdUkmLOd9NVNdNgksLeUGJ_vlDujipnPAHzqlUNUxaSE1HQ0dXNVdYUzFGSFhaU000Q0NKTyQlQCN0PWcu',
124-
},
119+
}
125120
},
126121
data() {
127122
return {

src/views/Media/Events.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,6 @@ export default {
219219
return todayOrAfter.concat(beforeToday);
220220
},
221221
},
222-
props: {
223-
surveyLink: {
224-
type: String,
225-
default: 'https://forms.office.com/Pages/ResponsePage.aspx?id='
226-
+ 'SNwgxlAdUkmLOd9NVNdNgksLeUGJ_vlDujipnPAHzqlUMUlEQVEzNURFNEc5Q0MzM0ZYQ0dZR1BYRyQlQCN0PWcu',
227-
},
228-
},
229222
};
230223
</script>
231224

src/views/Media/News/Blogs.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export default {
2020
id: this.cvenavs.AllNews.submenu.Recent.submenu[submenuName].id,
2121
label: this.cvenavs.AllNews.submenu.Recent.submenu[submenuName].label,
2222
path: this.cvenavs.AllNews.submenu.Recent.submenu[submenuName].path,
23-
surveyLink: this.cvenavs.AllNews.submenu.Recent.submenu[submenuName].surveyLink,
2423
},
2524
cveNavs: this.cvenavs,
2625
};

src/views/Media/News/News.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export default {
1818
id: this.cvenavs.AllNews.submenu.Recent.submenu[submenuName].id,
1919
label: this.cvenavs.AllNews.submenu.Recent.submenu[submenuName].label,
2020
path: this.cvenavs.AllNews.submenu.Recent.submenu[submenuName].path,
21-
surveyLink: this.cvenavs.AllNews.submenu.Recent.submenu[submenuName].surveyLink,
2221
},
2322
cveNavs: this.cvenavs,
2423
};

src/views/Media/News/Podcasts.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export default {
2020
id: this.cvenavs.AllNews.submenu.Recent.submenu[submenuName].id,
2121
label: this.cvenavs.AllNews.submenu.Recent.submenu[submenuName].label,
2222
path: this.cvenavs.AllNews.submenu.Recent.submenu[submenuName].path,
23-
surveyLink: this.cvenavs.AllNews.submenu.Recent.submenu[submenuName].surveyLink,
2423
},
2524
cveNavs: this.cvenavs,
2625
};

src/views/Media/News/PressReleases.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export default {
2020
id: this.cvenavs.AllNews.submenu.Recent.submenu[submenuName].id,
2121
label: this.cvenavs.AllNews.submenu.Recent.submenu[submenuName].label,
2222
path: this.cvenavs.AllNews.submenu.Recent.submenu[submenuName].path,
23-
surveyLink: this.cvenavs.AllNews.submenu.Recent.submenu[submenuName].surveyLink,
2423
},
2524
cveNavs: this.cvenavs,
2625
};

src/views/SiteSearch.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,6 @@ export default {
8888
unmounted() {
8989
this.$unloadScript(`https://cse.google.com/cse.js?cx=${import.meta.env.VITE_GOOGLE_SITE_SEARCH_ENGINE_ID}`);
9090
},
91-
props: {
92-
surveyLink: {
93-
type: String,
94-
default: 'https://forms.office.com/Pages/ResponsePage.aspx?id='
95-
+ 'SNwgxlAdUkmLOd9NVNdNgksLeUGJ_vlDujipnPAHzqlUMjhBNUtDUjlNTFNVWlJXSkdRVk9GTkFJNyQlQCN0PWcu',
96-
},
97-
},
9891
};
9992
10093
</script>

0 commit comments

Comments
 (0)