@topconsultnpm/sdkui-react-beta 6.14.61 → 6.14.62

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.
@@ -91,7 +91,7 @@ export const getCommandsMenuItems = (dtd, selectedItems, focusedItem, context, s
91
91
  let dcmts = getSelectedDcmtsOrFocused(selectedItems, focusedItem);
92
92
  if (workingGroupContext)
93
93
  dcmts.forEach(dcmt => dcmt.workingGroupId = workingGroupContext.id);
94
- await runOperationAsync(dcmts, DcmtOperationTypes.RemoveFromWorkgroup, dcmts.length <= MAX_DCMTS_FOR_SELECTION_REFRESH ? onRefreshDataRowsAsync : onRefreshSearchAsync);
94
+ await runOperationAsync(dcmts, DcmtOperationTypes.RemoveFromWorkgroup, onRefreshSearchAsync);
95
95
  }
96
96
  },
97
97
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.14.61",
3
+ "version": "6.14.62",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",