Univention Bugzilla – Attachment 7925 Details for
Bug 42130
(4.1r2) Feature request: Increase handling of scheme:email options during import of user
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
username = name
add_username_for_formatting.patch (text/plain), 599 bytes, created by
Daniel Tröder
on 2016-08-26 08:06:01 CEST
(
hide
)
Description:
username = name
Filename:
MIME Type:
Creator:
Daniel Tröder
Created:
2016-08-26 08:06:01 CEST
Size:
599 bytes
patch
obsolete
>Index: ucs-school-import/modules/ucsschool/importer/models/import_user.py >=================================================================== >--- ucs-school-import/modules/ucsschool/importer/models/import_user.py (Revision 71928) >+++ ucs-school-import/modules/ucsschool/importer/models/import_user.py (Arbeitskopie) >@@ -664,6 +664,8 @@ > all_fields = dict() > all_fields.update(self.to_dict().copy()) > all_fields.update(self.udm_properties) >+ if "username" not in all_fields: >+ all_fields["username"] = all_fields["name"] > all_fields.update(kwargs) > > prop = uadmin_property("_replace")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 42130
:
7923
| 7925