Skip to content

Commit

Permalink
Merge PR #2960 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Oct 15, 2024
2 parents d2db964 + 486f613 commit 11821a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_timeline/static/src/js/timeline_controller.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ export default AbstractController.extend({
{
resId: false,
context: _.extend(default_context, this.context),
onRecordSaved: (record) => this.create_completed([record.res_id]),
onRecordSaved: (record) => this.create_completed([record.resId]),
resModel: this.model.modelName,
},
{onClose: () => event.data.callback()}
Expand Down

0 comments on commit 11821a6

Please sign in to comment.