Skip to content

Commit

Permalink
Merge pull request #1167 from DDMAL/delete-err
Browse files Browse the repository at this point in the history
fix: clear view on workflow delete
  • Loading branch information
yinanazhou committed Jun 7, 2024
2 parents 56d2837 + d462acb commit 54aa0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rodan-client/code/src/js/Controllers/ControllerWorkflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default class ControllerWorkflow extends BaseController
// Clear the individual view (if there).
if (this._viewItem !== null && options.workflow === this._viewItem.model)
{
this._projectView.clearItemView();
this._projectView.clearCollectionItemInfoView();
}
options.workflow.destroy({success: (model) => this._handleDeleteSuccess(model, this._collection)});
}
Expand Down

0 comments on commit 54aa0b6

Please sign in to comment.