Skip to content

Commit 8d2539a

Browse files
authored
Merge pull request #2783 from FAIRsharing/dev
Dev
2 parents 8c38a39 + 41cb0c2 commit 8d2539a

89 files changed

Lines changed: 128 additions & 183 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

documentation/html/ExternalRESTClients.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ <h4 class="modal-title">Search results</h4>
414414
<span class="jsdoc-message">
415415
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a>
416416

417-
on Tue May 19th 2026
417+
on Fri May 22nd 2026
418418

419419
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
420420
</span>

documentation/html/GraphQLClient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ <h4 class="modal-title">Search results</h4>
912912
<span class="jsdoc-message">
913913
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a>
914914

915-
on Tue May 19th 2026
915+
on Fri May 22nd 2026
916916

917917
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
918918
</span>

documentation/html/RESTClient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10217,7 +10217,7 @@ <h4 class="modal-title">Search results</h4>
1021710217
<span class="jsdoc-message">
1021810218
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a>
1021910219

10220-
on Tue May 19th 2026
10220+
on Fri May 22nd 2026
1022110221

1022210222
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
1022310223
</span>

documentation/html/Static.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ <h4 class="modal-title">Search results</h4>
391391
<span class="jsdoc-message">
392392
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a>
393393

394-
on Tue May 19th 2026
394+
on Fri May 22nd 2026
395395

396396
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
397397
</span>

documentation/html/classes.list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2879,7 +2879,7 @@ <h4 class="modal-title">Search results</h4>
28792879
<span class="jsdoc-message">
28802880
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a>
28812881

2882-
on Tue May 19th 2026
2882+
on Fri May 22nd 2026
28832883

28842884
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
28852885
</span>

documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,10 +461,13 @@ <h1 class="page-title">Source: components/Curators/CuratorRecordsAwaitingApprova
461461
},
462462
async mounted() {
463463
this.loading = true;
464-
client.setHeader(this.user().credentials.token);
464+
const token = this.user().credentials.token;
465465
//Fetching records approval awaiting data
466+
client.setHeader(token);
466467
let data = await client.executeQuery(getCuratorApprovalsRequired);
468+
client.setHeader(token);
467469
let listOfCurators = await client.executeQuery(getCuratorList);
470+
client.setHeader(token);
468471
let hiddenRecords = await client.executeQuery(getHiddenRecords);
469472
this.prepareApprovalRequired(data, listOfCurators, hiddenRecords);
470473
this.approvalRequiredProcessed = JSON.parse(
@@ -812,7 +815,7 @@ <h4 class="modal-title">Search results</h4>
812815
<span class="jsdoc-message">
813816
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a>
814817

815-
on Tue May 19th 2026
818+
on Fri May 22nd 2026
816819

817820
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
818821
</span>

documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h4 class="modal-title">Search results</h4>
199199
<span class="jsdoc-message">
200200
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a>
201201

202-
on Tue May 19th 2026
202+
on Fri May 22nd 2026
203203

204204
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
205205
</span>

documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ <h4 class="modal-title">Search results</h4>
202202
<span class="jsdoc-message">
203203
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a>
204204

205-
on Tue May 19th 2026
205+
on Fri May 22nd 2026
206206

207207
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
208208
</span>

documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ <h4 class="modal-title">Search results</h4>
204204
<span class="jsdoc-message">
205205
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a>
206206

207-
on Tue May 19th 2026
207+
on Fri May 22nd 2026
208208

209209
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
210210
</span>

documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h4 class="modal-title">Search results</h4>
199199
<span class="jsdoc-message">
200200
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a>
201201

202-
on Tue May 19th 2026
202+
on Fri May 22nd 2026
203203

204204
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
205205
</span>

0 commit comments

Comments
 (0)