diff --git a/rodan-client/code/src/js/Controllers/ControllerWorkflow.js b/rodan-client/code/src/js/Controllers/ControllerWorkflow.js index 2184b38b..5bf5099d 100644 --- a/rodan-client/code/src/js/Controllers/ControllerWorkflow.js +++ b/rodan-client/code/src/js/Controllers/ControllerWorkflow.js @@ -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)}); }