-
Notifications
You must be signed in to change notification settings - Fork 198
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
Bug in WEB UI for some actions #9629
Comments
Hello someone have some news about this bug ? (3 week ago) |
Are you sure that the latest update was correctly applied? I can't find any used references for the old theme in the 2024.12 version code and the issue doesn't replicate on a fresh setup for me. Are there any additional steps required to recreate the issue? |
Hello , |
Out of curiosity, what do you get when you look for references for the theme? mgrctl exec 'grep -r "theme" /usr/share/susemanager/www/tomcat/' |
Error: uyuni container is not accessible with one of podman, podman-remote or kubectl of course, because i am on OpenSuse, not on micro leap. so i launch the command without mgrctl, because,it is not a container... result : B_inary file /usr/share/susemanager/www/tomcat/webapps/rhn/WEB-INF/classes/org/apache/jsp/WEB_002dINF/decorators/layout_005fbare_jsp.class matches <bean:message key="preferences.jsp.title.theme"/>/usr/share/susemanager/www/tomcat/webapps/rhn/WEB-INF/pages/common/fragments/user/preferences.jspf: <bean:message key="preferences.jsp.text.theme"/> /usr/share/susemanager/www/tomcat/webapps/rhn/WEB-INF/pages/common/fragments/user/preferences.jspf: /usr/share/susemanager/www/tomcat/webapps/rhn/WEB-INF/pages/common/fragments/user/preferences.jspf: <c:forEach var="item" items="${themes}"> /usr/share/susemanager/www/tomcat/webapps/rhn/WEB-INF/pages/common/fragments/user/preferences.jspf: <c:if test="${theme == item}"> /usr/share/susemanager/www/tomcat/webapps/rhn/WEB-INF/struts-config.xml: _ |
Starting with version 2024.10, Uyuni is only available in containers. If you're not running it in a container then it sounds like you might've missed some of the required steps for updating. As is, this doesn't look like a bug in Uyuni, please feel free to reopen the ticket if the issue persists after you've successfully completed all the required steps to update. |
Problem description
Hello :) ,
Sorry for my worth english ^^
i use uyuni from 1 year now. i am on 2024.12 version. (opensuse and uyuni up to date)
all working fine ! , but i discover a bug in the web UI
When i go to user, i select a user, i click on "delete user", the screen became white with old text, and the action is KO
Same when i schedule a reboot, i clic on "confirm" suddenly, white screen with old text...
So i inspect the source page, and i see, for each page :
Before confirm action
" body class="theme-uyuni new-theme" onload="" id="senna_surface_2
so you can read NEW THEME
when i confirm the action (delete user for example), the white screen appear with an old text..and when i inspect :
body class="theme-uyuni old-theme" onload=""
you can read OLD THEME
so...the web don't load the good theme... i don't know why....
i must to reclic on "uyuni main page " to reloadd the new theme....
but my user don't be deleted... :(
i try on Edge/ Firefo/Chrome...same .
i try the 3 theme ..same..;suse dark new and old appear...
for the rest, all work fine....
thank you
Steps to reproduce
1.UYUNI User
2.select user
3.clic on delete user
4. confirm action on red button
5. white page appear with old theme...
Uyuni version
Uyuni proxy version (if used)
Useful logs
Additional information
The text was updated successfully, but these errors were encountered: