Bug 45940 - Summit Banner is not only shown in Core Edition
Summit Banner is not only shown in Core Edition
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 4.2
Other Linux
: P5 normal (vote)
: UCS 4.2-3-errata
Assigned To: Florian Best
Richard Ulmer
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-12-22 11:12 CET by Nico Stöckigt
Modified: 2017-12-22 13:53 CET (History)
1 user (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 1: Cosmetic issue or missing function but workaround exists
Who will be affected by this bug?: 5: Will affect all installed domains
How will those affected feel about the bug?: 1: Nuisance – not a big deal but noticeable
User Pain: 0.029
Enterprise Customer affected?: Yes
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2017122121000439
Bug group (optional): Workaround is available
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Stöckigt univentionstaff 2017-12-22 11:12:56 CET
The UMC Summit Banner should be only shown to Core Edition users.
Comment 1 Florian Best univentionstaff 2017-12-22 11:14:06 CET
Workaround:

# create the file "/var/www/univention/js/umc/hooks/summit.js" with the content:
define([
        "dojo/cookie",
], function(cookie) {
        cookie('hideSummit2018Banner', 'true', {expires: 'Thu, 01 Feb 2018 00:00:00 GMT'});
});
# ucr set umc/web/hooks/hide-banner=summit
Comment 2 Florian Best univentionstaff 2017-12-22 12:59:17 CET
I created the feature branch fbest/45826-summit-banner-core-edition which is based on the last published univention-management-console package.

The feature branch has been imported and the package build:
univention-management-console
9.0.80-89A~4.2.0.201712221251

The changes have been merged to UCS 4.2-3 (with a more recent version: 9.0.80-90).
The changes have been merged to UCS 4.3-0.

Feature branch:
univention-management-console (9.0.80-89)
99b6e6629eab | Bug #45940: hide summit banner on non core edition systems

Merge to UCS 4.2-3:
univention-management-console (9.0.80-90)
3af4b080f751 | Bug #45940: hide summit banner on non core edition systems

YAML changes:
univention-management-console-2.yaml
c0f01b88e9f2 | YAML Bug #45940

univention-management-console.yaml
c0f01b88e9f2 | YAML Bug #45940

Merge to UCS 4.3-0:
univention-management-console (10.0.0-5)
d6399c8452c8 | Bug #45940: hide summit banner on non core edition systems
Comment 3 Richard Ulmer univentionstaff 2017-12-22 13:25:43 CET
The Banner is only shown when using a Core License now and changes look reasonable. -> OK
Also applied to 4.3-0. -> OK
YAML -> OK
-> VERIFIED
Comment 4 Arvid Requate univentionstaff 2017-12-22 13:53:56 CET
<http://errata.software-univention.de/ucs/4.2/256.html>