Bug 52046 - The creation wizard for users does not allow to set the "invite" option by default
Summary: The creation wizard for users does not allow to set the "invite" option by de...
Status: CLOSED FIXED
Alias: None
Product: UCS
Classification: Unclassified
Component: UMC - Users
Version: UCS 4.4
Hardware: Other Linux
: P5 normal
Target Milestone: UCS 4.4-6-errata
Assignee: Florian Best
QA Contact: Dirk Wiesenthal
URL: https://git.knut.univention.de/univen...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-16 22:33 CEST by Dirk Wiesenthal
Modified: 2020-10-14 15:28 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Feature Request
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):
Customer ID:
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Wiesenthal univentionstaff 2020-09-16 22:33:55 CEST
This option is present if the Self Service is installed. It is pure JS and cannot be configured by the template or a UDM default value.

Idea: Expand lang.getObject('umc.modules.udm.ucr', false).

It gets some UCR variables here: umc/js/udm.js +246. We should be able to add one?
  Maybe directory/manager/web/modules/users/user/wizard/invite/default=true
Comment 1 Florian Best univentionstaff 2020-10-01 15:38:53 CEST
It's now configurable via: `ucr set 'directory/manager/web/modules/users/user/wizard/property/invite/default=true'`

univention-management-console-module-udm.yaml
2eac99d6401e | YAML Bug #52046

univention-management-console-module-udm (9.0.15-8)
72d1f8039ad5 | Bug #52046: allow to set default value for users/user wizard invite property
Comment 2 Dirk Wiesenthal univentionstaff 2020-10-12 02:07:07 CEST
UCR: OK
Default: OK
YAML: OK