fixed naming of sending_queue & added validation of segments on step 3

This commit is contained in:
Jonathan Labreuille
2015-12-04 19:54:31 +01:00
parent 37c218f782
commit 1f06a7dd0b
3 changed files with 8 additions and 5 deletions

View File

@ -37,6 +37,9 @@ define(
multiple: true,
filter: function(segment) {
return !!(!segment.deleted_at);
},
validation: {
'data-parsley-required': true
}
},
{