Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix config value from BE config #375

Merged
merged 2 commits into from
Oct 2, 2024
Merged

Fix config value from BE config #375

merged 2 commits into from
Oct 2, 2024

Conversation

minottic
Copy link
Contributor

@minottic minottic commented Sep 25, 2024

Description

Fix LoopBackConfig to take the correct field from the config

Motivation

The LoopBackConfig instantiation takes the wrong field from the config.

scicatBaseUrl is the FE URL. This is used, e.g., when needing to be redirected to the scicat FE on dataset click from within a publication detail page

lbBaseURL is the BE URL used for data querying

Fixes:

  • scicatBaseUrl to lbBaseURL field from config

Changes:

  • changes made

Tests included/Docs Updated?

  • Included for each change/fix?
  • Passing? (Merge will not be approved unless this is checked)
  • Docs updated?
  • New packages used/requires npm install?

Extra Information/Screenshots

@minottic minottic merged commit 9188866 into develop Oct 2, 2024
7 checks passed
@minottic minottic deleted the be_config_fix branch October 2, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants