Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build distribution
  • Loading branch information
adriano-di-giovanni committed Jan 4, 2014
commit ab8c06cac272e91521ecb560cc2e0bae69a8ebf9
2 changes: 1 addition & 1 deletion distribution.amd/backbone-forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@ Form.editors.NestedModel = Form.editors.Object.extend({

this.nestedForm = new NestedForm({
model: modelInstance,
idPrefix: this.id + '_',
idPrefix: modelInstance.cid + '_',
fieldTemplate: 'nestedField'
});

Expand Down
Loading