Bug 53258 - AD-Connector: Logo not shown in AD connector wizard
AD-Connector: Logo not shown in AD connector wizard
Status: NEW
Product: UCS
Classification: Unclassified
Component: AD Connector
UCS 5.0
Other Linux
: P5 normal (vote)
: UCS 5.0-0-errata
Assigned To: Samba maintainers
Samba maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-05-14 10:03 CEST by Christian Castens
Modified: 2021-05-18 16:04 CEST (History)
3 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments
missing logo (64.45 KB, image/png)
2021-05-14 10:04 CEST, Christian Castens
Details
ucs 4 comparison (63.53 KB, image/png)
2021-05-14 10:07 CEST, Christian Castens
Details
missing logo 2 (44.38 KB, image/png)
2021-05-14 10:14 CEST, Christian Castens
Details
ucs 4 comparison 2 (48.85 KB, image/png)
2021-05-14 10:15 CEST, Christian Castens
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Castens univentionstaff 2021-05-14 10:03:35 CEST
As the title sates, there is no logo showing up in the AD Connector wizard.
Comment 1 Christian Castens univentionstaff 2021-05-14 10:04:31 CEST
Created attachment 10724 [details]
missing logo
Comment 2 Christian Castens univentionstaff 2021-05-14 10:07:31 CEST
Created attachment 10725 [details]
ucs 4 comparison
Comment 3 Christian Castens univentionstaff 2021-05-14 10:14:53 CEST
Created attachment 10726 [details]
missing logo 2
Comment 4 Christian Castens univentionstaff 2021-05-14 10:15:49 CEST
Created attachment 10727 [details]
ucs 4 comparison 2
Comment 5 Florian Best univentionstaff 2021-05-17 15:27:05 CEST
First thing needs to be fixed:

diff --git services/univention-ad-connector/umc/js/adconnector/SetupWizard.js services/univention-ad-connector/umc/js/adconnector/SetupWizard.js
index 421b42655a..43eb02fe63 100644
--- services/univention-ad-connector/umc/js/adconnector/SetupWizard.js
+++ services/univention-ad-connector/umc/js/adconnector/SetupWizard.js
@@ -53,7 +53,7 @@ define([
        array.forEach(['start', 'credentials', 'config', 'security', 'certificate', 'syncconfig', 'syncconfig-left', 'syncconfig-right', 'syncconfig-left-right', 'msi', 'finished'], function(ipage) {
                var imageUrl = require.toUrl(lang.replace('umc/modules/adconnector/{0}.png', [ipage]));
                styles.insertCssRule(
-                       lang.replace('.umc-adconnector-page-{0} .umcPageNav > .umcPageHelpText', [ipage]),
+                       lang.replace('.umc-adconnector-page-{0} .umcPageNav .umcPageHelpText', [ipage]),
                        lang.replace('background-image: url({0})', [imageUrl])
                );
        });

Still something else is missing.
Comment 6 Florian Best univentionstaff 2021-05-18 16:04:09 CEST
After fixing this bug we need to create the screenshots for the UCS manual again. See Bug #53188.