@steedos/standard-ui 2.3.0-beta.34 → 2.3.0-beta.35

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.
@@ -47,7 +47,7 @@ label: 新建
47
47
  'on': list
48
48
  type: amis_button
49
49
  visible: !!js/function |
50
- function (object_name, record_id, record_permissions, record) {
51
- return Creator.baseObject.actions.standard_new.visible() && !record.is_system;
50
+ function (object_name) {
51
+ return Creator.baseObject.actions.standard_new.visible();
52
52
  }
53
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "2.3.0-beta.34",
3
+ "version": "2.3.0-beta.35",
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": "a3f8656f34a9ab0ae686d0519c5368f150595484"
15
+ "gitHead": "a5fb79aafcd152165f41d981c8d1ce97d7f4c205"
16
16
  }