Hi there,
I'm trying to do a this.model.set('xxxxxIds', [...]); on a "hasMany" field but the 'views/fields/link-multiple' view doesn't seem to take my .set() into concideration.
It was working very well when this field was a "belongsTo" but now it doesn't. Am I doing the wrong thing ?
The code is below
Regards,
Firyo.
I'm trying to do a this.model.set('xxxxxIds', [...]); on a "hasMany" field but the 'views/fields/link-multiple' view doesn't seem to take my .set() into concideration.
It was working very well when this field was a "belongsTo" but now it doesn't. Am I doing the wrong thing ?
The code is below
Regards,
Firyo.
Comment