Univention Bugzilla – Attachment 8964 Details for
Bug 44847
Validation error when using overwritten syntax class when creating new user
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
44847.patch (text/plain), 930 bytes, created by
Florian Best
on 2017-06-23 16:29:13 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2017-06-23 16:29:13 CEST
Size:
930 bytes
patch
obsolete
>diff --git a/management/univention-management-console-module-udm/umc/js/udm/wizards/CreateWizard.js b/management/univention-management-console-module-udm/umc/js/udm/wizards/CreateWizard.js >index 325dc9d..48d73fc 100644 >--- a/management/univention-management-console-module-udm/umc/js/udm/wizards/CreateWizard.js >+++ b/management/univention-management-console-module-udm/umc/js/udm/wizards/CreateWizard.js >@@ -73,13 +73,13 @@ define([ > originalWidgetDefinition = lang.clone(originalWidgetDefinition); > originalWidgetDefinition.type = 'TextBox'; > } >- return { >+ return lang.mixin(lang.clone(originalWidgetDefinition), { > name: widgetName, > sizeClass: originalWidgetDefinition.size, > label: originalWidgetDefinition.label, > required: originalWidgetDefinition.required, >- type: originalWidgetDefinition.type >- }; >+ type: originalWidgetDefinition.type, >+ }); > }, > > getValues: function() {
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 44847
:
8964
|
8965