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

Typing some components and returning 404 for views not found #15384

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

adrinr
Copy link
Collaborator

@adrinr adrinr commented Jan 17, 2025

Description

As a ground work for the FormBlock data issues I typed some of the used components to typescript. At the same time, I realised that requesting for non-existing views (for a deleted one, for example) would return 500 instead of a 404. Updated it to be more REST compliant. (ideally should be returning a 410, but we don't have this information at the m

Launchcontrol

/get/view/:id returns 404 if not found

Copy link

qa-wolf bot commented Jan 17, 2025

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

Copy link

linear bot commented Jan 17, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant