Bug 52046 - The creation wizard for users does not allow to set the "invite" option by default
The creation wizard for users does not allow to set the "invite" option by de...
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: UMC - Users
UCS 4.4
Other Linux
: P5 normal (vote)
: UCS 4.4-6-errata
Assigned To: Florian Best
Dirk Wiesenthal
https://git.knut.univention.de/univen...
:
Depends on:
Blocks:
  Show dependency treegraph
 
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):
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