PHRAS-1177_change-multi-on-field

- change : no more "multi" checkbox when creating a field
- new field is not "report" anymore
#time 1h
This commit is contained in:
Jean-Yves Gaulier
2016-06-27 16:45:51 +02:00
parent 351dc5e0c7
commit e10a6f8ebd
3 changed files with 5 additions and 6 deletions

View File

@@ -130,7 +130,8 @@ define([
"label_fr": $("#new-label_fr", this.$el).val(),
"label_de": $("#new-label_de", this.$el).val(),
"label_nl": $("#new-label_nl", this.$el).val(),
"multi": $("#new-multivalued", this.$el).is(":checked")
"multi": $("#new-multivalued", this.$el).is(":checked"),
"report": false
});
field.save(null, {