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

Updating marker to disable Quick Fix option if 'Configure problem severity' is the only available options #1615

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nburnwal09
Copy link

This commit fixes the Quick fix option when 'Configure problem severity' is the only available options for the selected problem in the problems tab.

It in turns greys out the Quick fix option when there is no fix attached to the respective problem. This will into misleads developers into thinking that a quick fix is available for the problem when there is no available fix
Previously, it was showing a pop-up saying 'No quick fixes available.'
Attaching the screenshot of the fix
image

Fixes: #1614

@laeubi
Copy link
Contributor

laeubi commented Feb 13, 2025

Will it still work to configure the severity of the problem in Manifest editor?

@nburnwal09
Copy link
Author

Yes, that part will work fine.

Copy link

Test Results

   279 files   -   6     279 suites   - 6   44m 37s ⏱️ - 3m 51s
 3 608 tests ±  0   3 531 ✅  -   1   76 💤 ± 0  1 ❌ +1 
10 822 runs   - 194  10 619 ✅  - 166  202 💤  - 29  1 ❌ +1 

For more details on these failures, see this check.

Results for commit d77c8d9. ± Comparison against base commit 975f72b.

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.

Suppress resolution if 'Configure problem severity' is the only available options
2 participants