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
fusiondirectory
fusiondirectory
Commits
ccd3c4ca
Commit
ccd3c4ca
authored
Oct 17, 2018
by
Côme Chilliet
Browse files
✨
feat(attributes) Use url input type for URLAttribute
issue
#5910
parent
35cadfa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/simpleplugin/class_helpersAttribute.inc
View file @
ccd3c4ca
...
...
@@ -81,9 +81,9 @@ class PathAttribute extends TestValidateAttribute
*/
class
URLAttribute
extends
TestValidateAttribute
{
protected
$trim
=
TRUE
;
protected
$
testFunc
=
'
is_
url'
;
protected
$trim
=
TRUE
;
protected
$testFunc
=
'is_url'
;
protected
$
inputType
=
'url'
;
}
/*! \brief This class allow to handle easily a String LDAP attribute that contains an IP (v4 or v6)
...
...
Write
Preview
Supports
Markdown
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