fixed and publish
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@poweredsoft/data",
|
||||
"version": "0.0.25",
|
||||
"version": "0.0.26",
|
||||
"peerDependencies": {
|
||||
"rxjs": "^6.5.3"
|
||||
}
|
||||
|
||||
@@ -112,7 +112,7 @@ export class DataSource<TModel> implements IDataSource<TModel>
|
||||
return this.options.transport.commands[name].adapter.handle(command).pipe(
|
||||
map(t => {
|
||||
let message = `{command} was executed successfully..`;
|
||||
if (!this.manageNotificationMessage)
|
||||
if (this.manageNotificationMessage)
|
||||
message = message.replace('{command}', name);
|
||||
|
||||
this._notifyMessageSubject.next({
|
||||
|
||||
Reference in New Issue
Block a user