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(edit): delete board #1861

Merged
merged 2 commits into from
Apr 1, 2025
Merged

fix(edit): delete board #1861

merged 2 commits into from
Apr 1, 2025

Conversation

emilielr
Copy link
Collaborator

Slette tavle fra /edit-siden


Motivasjon

Var ikke mulig å slette en tavle fra rediger-siden. Grunnen til dette var at den trodde bid var en oid, så det ble feil. Nå henter jeg organisasjonen basert på bid i stedet for å hente det fra slugs i URLen.

Endringer

  • Henter organisasjonen/mappen basert på board-id som kommer inn, og ikke basert på URLen.
  • Renamet en funksjon

Sjekkliste for Review

  • (Hva skal reviewers sjekke før denne PR-en godkjennes?)

Copy link
Contributor

@astoervold astoervold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@emilielr emilielr merged commit 7d2afd7 into main Apr 1, 2025
3 checks passed
@emilielr emilielr deleted the delete-board-edit branch April 1, 2025 08:45
astoervold pushed a commit that referenced this pull request Apr 1, 2025
* fix(edit): delete board

* refactor(): rename function for clarity
astoervold added a commit that referenced this pull request Apr 8, 2025
* feat(url-structure): updated url structure to make more sense

* Fixed wrong redirect and import orders

* moved board-utils closer to root

* chore: delete FontChoiceChip.tsx

* fix(edit): delete board  (#1861)

* fix(edit): delete board

* refactor(): rename function for clarity

---------

Co-authored-by: Silje <[email protected]>
Co-authored-by: emilielr <[email protected]>
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