Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel CAZAL
co2
Commits
a4ae9a00
Commit
a4ae9a00
authored
Feb 07, 2019
by
Tibor Katelbach
Browse files
removed username
parent
10af8520
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/js/default/editInPlace.js
View file @
a4ae9a00
...
...
@@ -412,7 +412,7 @@ function bindAboutPodElement() {
};
if
(
contextData
.
type
==
typeObj
.
person
.
col
){
form
.
dynForm
.
jsonSchema
.
properties
.
username
=
dyFInputs
.
inputText
(
"
Username
"
,
"
Username
"
,
{
required
:
true
});
//
form.dynForm.jsonSchema.properties.username = dyFInputs.inputText("Username", "Username", { required : true
, validUserName : true,rangelength : [4, 32] }); //,uniqueUserName:true
form
.
dynForm
.
jsonSchema
.
properties
.
birthDate
=
dyFInputs
.
birthDate
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment