Bug 39016

Summary: users/self module not shown in umc
Product: UCS Reporter: Tobias Birkefeld <birkefeld>
Component: UMC - UsersAssignee: Florian Best <best>
Status: CLOSED FIXED QA Contact: Jürn Brodersen <brodersen>
Severity: normal    
Priority: P5 CC: best, grandjean, michelsmidt
Version: UCS 4.0Flags: best: Patch_Available+
Target Milestone: UCS 4.1-1-errata   
Hardware: Other   
OS: Linux   
See Also: https://forge.univention.org/bugzilla/show_bug.cgi?id=39636
https://forge.univention.org/bugzilla/show_bug.cgi?id=39952
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: patch

Description Tobias Birkefeld univentionstaff 2015-07-23 17:44:53 CEST
In UCS3.x after activating udm-self in a UMC policy at a user and creating a extended Attribute which extend this module, this attribute is shown and editable for the user in the umc.
Same settings under ucs4 will not shown the attribute in the umc. Problem is a hardcoded flavor for users/self in udm.xml
Usage of "ucr set umc/module/udm/users/self/disabled=true" doesn't effect the udm.xml.
Comment 1 Florian Best univentionstaff 2015-07-23 17:46:30 CEST
Created attachment 7045 [details]
patch

We should not disable the flavor in the XML but via UCR variables. Patch has the same effect but the user is able to overwrite it.
Comment 2 Tobias Birkefeld univentionstaff 2015-07-23 17:51:37 CEST
reported by customer Ticket#2015072221000601
Comment 3 Florian Best univentionstaff 2016-03-09 06:47:07 CET
Applied the patch. QA: Nothing changes after upgrading the package. If ucr set 
umc/module/udm/users/self/disabled=false the User settings module should be shown again in the module overview.

univention-management-console-module-udm (6.0.11-11):
r68005 | Bug #39016: make it possible to reactivate the users/self module again

univention-management-console-module-udm.yaml:
r68006 | YAML Bug #39016
Comment 4 Jürn Brodersen univentionstaff 2016-03-14 16:27:08 CET
What I tested:
Added an extended attribute to users/self
Set udm-self policy for a user
ucr set umc/module/udm/users/self/disabled=false
-> User settings are shown in the module overview
ucr set umc/module/udm/users/self/disabled=true
-> User settings are not shown in the module overview

Changes: OK.
YAML: OK.
Comment 5 Florian Best univentionstaff 2016-03-18 06:46:34 CET
<http://errata.software-univention.de/ucs/4.1/133.html>