Skip to content

Commit d59232f

Browse files
authored
Merge pull request #19 from CNAG-Biomedical-Informatics/filepond-delete-triggers-reupload
Filepond delete triggers reupload
2 parents 943c892 + 4c60026 commit d59232f

16 files changed

Lines changed: 157 additions & 183 deletions

File tree

convertPheno_client/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
window.REACT_APP_SECURITY = "{{VITE_SECURITY}}";
2121
window.REACT_APP_API_URL = "{{VITE_API_URL}}";
2222
window.REACT_APP_KC_CONFIG = "{{VITE_KC_CONFIG}}";
23+
window.REACT_APP_FILEPOND_TIMEOUT = "{{VITE_FILEPOND_TIMEOUT}}";
2324
window.REACT_APP_MATOMO_URL = "{{MATOMO_TAG_MANAGER_URL}}";
2425
</script>
2526
<script type="module" src="/src/main.tsx"></script>

convertPheno_client/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"filepond-plugin-file-validate-type": "^1.2.8",
2323
"keycloak-js": "^23.0.1",
2424
"react": "^18.2.0",
25-
"react-bootstrap": "^2.9.1",
2625
"react-dnd": "^16.0.1",
2726
"react-dnd-html5-backend": "^16.0.1",
2827
"react-dom": "^18.2.0",

convertPheno_client/pnpm-lock.yaml

Lines changed: 2 additions & 127 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

convertPheno_client/replace_env_vars.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ echo $MATOMO_TAG_MANAGER_URL
1818
echo "=== DEBUG: End of check if env variables are set ==="
1919

2020
# Define the placeholders and their corresponding environment variables
21-
PLACEHOLDERS="{{VITE_SECURITY}} {{VITE_API_URL}} {{VITE_KC_CONFIG}} {{MATOMO_TAG_MANAGER_URL}}"
22-
ENV_VARS="VITE_SECURITY VITE_API_URL VITE_KC_CONFIG MATOMO_TAG_MANAGER_URL"
21+
PLACEHOLDERS="{{VITE_SECURITY}} {{VITE_API_URL}} {{VITE_KC_CONFIG}} {{VITE_FILEPOND_TIMEOUT}} {{MATOMO_TAG_MANAGER_URL}}"
22+
ENV_VARS="VITE_SECURITY VITE_API_URL VITE_KC_CONFIG VITE_FILEPOND_TIMEOUT MATOMO_TAG_MANAGER_URL"
2323

2424
# Replace the placeholders with the environment variable values
2525
for placeholder in $PLACEHOLDERS; do

0 commit comments

Comments
 (0)