HOR-662
Categoria> Permite crear categorias con etiquetas HTML. cuando tienen el mismo nombre no se las puede diferenciar.
This commit is contained in:
@@ -296,7 +296,7 @@ NewCategoryWindow = function(){
|
||||
maxLength :100,
|
||||
allowBlank: false,
|
||||
validator: function (v) {
|
||||
return !/[~`!#$%\^&*+=[\]\\';,/{}|\\":<>\?]/.test(v);
|
||||
return !/[:<>/]/.test(v);
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user