o.placeholder = _('Unnamed zone');
o.modalonly = true;
o.rmempty = false;
- o.datatype = L.hasSystemFeature('firewall4') ? '' : 'and(uciname,maxlength(11))';
+ o.datatype = L.hasSystemFeature('firewall4') ? 'uciname' : 'and(uciname,maxlength(11))';
o.write = function(section_id, formvalue) {
var cfgvalue = this.cfgvalue(section_id);
display_items: this.display_size || this.size || 3,
dropdown_items: this.dropdown_size || this.size || 5,
validate: L.bind(this.validate, this, section_id),
- datatype: L.hasSystemFeature('firewall4') ? '' : 'and(uciname,maxlength(11))',
+ datatype: L.hasSystemFeature('firewall4') ? 'uciname' : 'and(uciname,maxlength(11))',
create: !this.nocreate,
create_markup: '' +
'<li data-value="{{value}}">' +