Commit 50edf298 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch '5713-phones-have-wrong-attribute-order' into '1.3-dev'

Resolve "Phones have wrong attribute order"

Closes #5713

See merge request !38
Showing with 1 addition and 1 deletion
+1 -1
......@@ -51,6 +51,7 @@ class phoneGeneric extends simplePlugin
'main' => array(
'name' => _('Properties'),
'attrs' => array(
new BaseSelectorAttribute(get_ou('phoneRDN')),
new HostNameAttribute (
_('Name'), _('The name of the phone'),
'cn', TRUE
......@@ -59,7 +60,6 @@ class phoneGeneric extends simplePlugin
_('Description'), _('A short description of the phone'),
'description', FALSE
),
new BaseSelectorAttribute(get_ou('phoneRDN')),
)
),
'phone' => array(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment