Skip to content

Conversation

@filiptronicek
Copy link
Member

Description

Makes bad requests against our context parser, no longer page folks.

Related Issue(s)

Fixes https://gitpod.slack.com/archives/C01TNS8EVQT/p1728825373116179

How to test

  1. Try going to https://ft-fix-dasd89bbe5f6e.preview.gitpod-dev.com/new#bitbucket-server. ParseContextURL should respond with a 400 and not a 500 in the network tab of DevTools.


const setActiveElement = useCallback(
(element: string) => {
if (!filteredOptions.find((el) => element === el.id)?.isSelectable) {
Copy link
Member Author

Choose a reason for hiding this comment

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

This was a weird bug in which you could select the Bitbucket server help message as a context URL by clicking on it with your pointer and pressing Enter

@roboquat roboquat merged commit 6f87a7a into main Oct 14, 2024
33 checks passed
@roboquat roboquat deleted the ft/fix-dashboard-url-validation branch October 14, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants