@topconsultnpm/sdkui-react-beta 6.14.93 → 6.14.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -142,6 +142,7 @@ const TMBlogs = (props) => {
142
142
  })
143
143
  .catch((err) => {
144
144
  result.push({ rowIndex: 1, id1: context.object?.id, id2: context.object?.id, resultType: ResultTypes.ERROR, description: getExceptionMessage(err) });
145
+ TMResultManager.show(result, del ? SDKUI_Localizator.Delete : SDKUI_Localizator.Restore, "ID", undefined);
145
146
  });
146
147
  }
147
148
  else if (context.engine === 'SearchEngine' && context.object.tid && context.object.did) {
@@ -153,6 +154,7 @@ const TMBlogs = (props) => {
153
154
  })
154
155
  .catch((err) => {
155
156
  result.push({ rowIndex: 1, id1: context.object?.tid, id2: context.object?.did, resultType: ResultTypes.ERROR, description: getExceptionMessage(err) });
157
+ TMResultManager.show(result, del ? SDKUI_Localizator.Delete : SDKUI_Localizator.Restore, "ID", undefined);
156
158
  });
157
159
  }
158
160
  }
@@ -160,7 +162,6 @@ const TMBlogs = (props) => {
160
162
  setLocalWaitPanelMaxValuePrimary(0);
161
163
  setLocalWaitPanelValuePrimary(0);
162
164
  setLocalShowWaitPanel(false);
163
- TMResultManager.show(result, del ? SDKUI_Localizator.Delete : SDKUI_Localizator.Restore, "ID", undefined);
164
165
  }
165
166
  });
166
167
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.14.93",
3
+ "version": "6.14.94",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",