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

SC-3338, fix: prevent single slash in BucketConfigForm error #130

Merged
merged 2 commits into from
Sep 28, 2023

Conversation

wilwong89
Copy link
Contributor

@wilwong89 wilwong89 commented Sep 28, 2023

Description

Fixing joinPath util so it doesn't return undefined when a single slash is input.
Fixing BucketConfigForm.vue so empty strings returned by joinPath don't add issues with bucket creation.

Types of changes

Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have read the CONTRIBUTING doc
  • I have checked that unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

https://apps.nrs.gov.bc.ca/int/jira/browse/SHOWCASE-3338

@github-actions
Copy link

Coverage Report (Application)

Totals Coverage
Statements: 75% ( 51 / 68 )
Methods: 62.5% ( 5 / 8 )
Lines: 82.61% ( 38 / 46 )
Branches: 57.14% ( 8 / 14 )

@github-actions
Copy link

Coverage Report (Frontend)

Totals Coverage
Statements: 36.16% ( 448 / 1239 )
Methods: 37.36% ( 102 / 273 )
Lines: 42.74% ( 309 / 723 )
Branches: 15.23% ( 37 / 243 )

@jujaga jujaga merged commit 7edc172 into master Sep 28, 2023
@jujaga jujaga deleted the fix/SC3338 branch September 28, 2023 22:17
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.

3 participants