Updating marker to disable Quick Fix option if 'Configure problem severity' is the only available options#1615
Conversation
|
Will it still work to configure the severity of the problem in Manifest editor? |
|
Yes, that part will work fine. |
|
@laeubi I have verified the "working of configure the severity of the problem." |
|
@laeubi |
|
@gireeshpunathil Why do you merge things for RC2 without required approvals? @HannesWell I leave it to you as PL to decide what to do here. |
|
oops.. missed the fact on the rc2. should this be reverted? |
|
It looks innocent enough... |
I looked into it and all the callers and also think this change is save enough to keep it. I'll also check if it's possible to run the freeze-time check again as long as the PR is open to get a red-marker even if the PR has was not changed in the meantime. |
|
But besides the bad timing of the merge, thank you @nburnwal09 for your contribution. That's a nice enhancement to make the UI better and sorry that it took so long. |
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
Fixes: #1614