@steedos/standard-ui 2.5.12-beta.3 → 2.5.12-beta.4

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.
@@ -2,7 +2,7 @@
2
2
  * @Author: 殷亮辉 yinlianghui@hotoa.com
3
3
  * @Date: 2023-05-16 17:00:38
4
4
  * @LastEditors: 殷亮辉 yinlianghui@hotoa.com
5
- * @LastEditTime: 2023-08-04 12:48:06
5
+ * @LastEditTime: 2023-08-11 16:19:45
6
6
  */
7
7
  var buttonTriggerHistoryPathsChange;
8
8
  ; (function () {
@@ -121,10 +121,10 @@ function clearHistoryFilters(context, lastPath) {
121
121
  if (!lastPath || lastPath.params.app_id != params.app_id || lastPath.params.object_name != params.object_name || lastPath.params.list_view_id != params.list_view_id) {
122
122
  let listViewPropsStoreKey;
123
123
  if (lastPath) {
124
- listViewPropsStoreKey = lastPath.path + "/crud/" + (lastPath.params.list_view_id || "");
124
+ listViewPropsStoreKey = lastPath.path + "/crud";
125
125
  }
126
126
  else {
127
- listViewPropsStoreKey = path + "/crud/" + (params.list_view_id || "");
127
+ listViewPropsStoreKey = path + "/crud";
128
128
  }
129
129
  sessionStorage.removeItem(listViewPropsStoreKey);
130
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "2.5.12-beta.3",
3
+ "version": "2.5.12-beta.4",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,5 +12,5 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "599ba38400e814a6433b3621e3f42bfab6e6015d"
15
+ "gitHead": "77e1a00c5c9460e6b71199e6cc33d899a407a781"
16
16
  }