From 1d0ff18bad0fe13bb8a7cfa87a96e08a423da142 Mon Sep 17 00:00:00 2001 From: Sumanta Sarkar Date: Tue, 26 Mar 2024 13:01:10 +0000 Subject: [PATCH] hode propeider profile sync (#454) --- src/app/organisations/index.js | 5 +++-- src/app/organisations/views/search.ejs | 6 ------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/app/organisations/index.js b/src/app/organisations/index.js index b393cb8d..aea535bd 100644 --- a/src/app/organisations/index.js +++ b/src/app/organisations/index.js @@ -22,8 +22,9 @@ const users = (csrf) => { router.get('/', csrf, asyncWrapper(search.get)); router.post('/', csrf, asyncWrapper(search.post)); - router.get('/run-pp-sync', csrf, asyncWrapper(getppsyncStatus)); - router.post('/run-pp-sync', csrf, asyncWrapper(postppsyncStatus)); + // DO NOT UNCOMMENT + // router.get('/run-pp-sync', csrf, asyncWrapper(getppsyncStatus)); + // router.post('/run-pp-sync', csrf, asyncWrapper(postppsyncStatus)); router.get('/:id', (req, res) => { diff --git a/src/app/organisations/views/search.ejs b/src/app/organisations/views/search.ejs index 3c8bd4b2..160bdcdf 100644 --- a/src/app/organisations/views/search.ejs +++ b/src/app/organisations/views/search.ejs @@ -90,12 +90,6 @@ const organisationStatusesQuery = locals.organisationStatuses.filter(x => x.isSe
-