commit | e9cdf9ab429f1899b88552d8b0fd177c7cde9c94 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue Nov 21 10:41:28 2017 -0800 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Nov 21 11:09:32 2017 -0800 |
tree | cf3431838c88b9a54d9c0d3a9eaf83cab76426a1 | |
parent | 733898f6aed6717e63480709cf0f4d42d35f6e62 [diff] |
[CORD-2277] Two stage delete for models Change-Id: Ic1b1d59a9f1d6d963d10951e694cf963f41d84d5
diff --git a/src/app/core/services/helpers/config.helpers.ts b/src/app/core/services/helpers/config.helpers.ts index 16958de..4750ac1 100644 --- a/src/app/core/services/helpers/config.helpers.ts +++ b/src/app/core/services/helpers/config.helpers.ts
@@ -171,7 +171,7 @@ // TODO understand why it does not go directly in catch throw new Error(); } - this.toastr.info(`${model.name} ${objName} successfully deleted`); + this.toastr.info(`Requested removal for ${model.name} ${objName}`); }) .catch(() => { this.toastr.error(`Error while deleting ${objName}`);