I’m trying to change the quality profile of a project
I’ve tried to press the buttons but they don’t work as expected
The buttons to change profile for a project don’t work. They only allow me to either empty the input field of changing a profile and if I try to add a new profile to a project for a specific language the dropdown menu is behind the modal and I still cannot add the profile I have set up.
Are there any errors in your browser console? Do you have admin rights on the project? I assume you do since you can get to the dialog, but it’s worth checking.
And can you assign the project from the Quality Profile itself?
Thanks for jumping in here with your screenshots and additional details. They’ve helped me connect the dots to an internal discussion. And I suspect you’re right about a broader problem.
I still have the same issue in Community v26.6.0.123539.
I have opened a forum topic about this before finding this discussion.
This version has just been released a few days ago so I assume your fix should have been merged already. Unfortunately, the release notes are not yet published on the github page so I cannot check.
Hi @magyarimiki , I have just checked this: the fix was merged after build 2026.3.0.52063 of the web app, which was the one included in Community v26.6.0.123539, so it stands to reason that you’re still seeing it there.
The fix was made on May 18 and the release of v26.6 on June 3, but unfortunately we’ve used the web app build from May 12 for the release - that’s something we’ve missed.
Community v26.7 is planned for July 6 for now, and will include the fix. Sorry about that.
We just updated to : Sonarqube Community Build v26.7.0.124771 Standard Experience and we do not confirm the fix on our side.
We still have the issue for :
My account → Notifications → Add a project. The scroll menu still appear behind the popup window
And also it seems there is some progress on the quality profile, if we add a new language’s quality profile to an existing project the menu behavior is fixed. But if you want to change the quality profile for an existing language in your project (the pen logo under ‘actions’ column : the scroll menu is still appearing behind)
Hello @Usinelogicielle, I’ve just spun up a fresh Sonarqube Community Build v26.7.0.124771 Standard Experience instance using the official Docker image, and do not reproduce your issue.
The new modal should look different, if it has the same look-and-feel as before v26.7 for you then I suspect you’re still actually using pre-26.7 code. Could you please share screenshots?
Your screenshots show the v26.6 (and prior) modals: if you compare the “Change Quality Profile” modal I shared with the one you shared, mine shows more whitespace between “Always use [..] default” and “Always use [..] specific”. Yours is the previous version, the spacing and the issue you’re reporting were changed at the same time.
So I suspect you’re still seeing a cached version of the previous code. Try an “Empty Cache and Hard Reload”
We found that the issue was indeed caused by a misconfiguration on our side. We were still mounting some custom HTML pages that came from an older version, which caused the problem.
After updating our configuration, everything is working as expected.