@steedos/standard-ui 2.7.0-beta.24 → 2.7.0-beta.25

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.
@@ -149,19 +149,6 @@ permission_set:
149
149
  allowRead: true
150
150
  modifyAllRecords: true
151
151
  viewAllRecords: true
152
- # form:
153
- # beforeEdit: !!js/function |
154
- # function(){
155
- # return Steedos.TabsManager.changeSchema(this.doc, this.schema, 'edit');
156
- # }
157
- # afterEdit: !!js/function |
158
- # function(){
159
- # return Steedos.TabsManager.changeSchema(this.doc, this.schema, 'edit');
160
- # }
161
- # beforeView: !!js/function |
162
- # function(){
163
- # Steedos.TabsManager.changeSchema(this.doc, this.schema, 'view');
164
- # }
165
152
  relatedList:
166
153
  - objectName: permission_tabs
167
154
  columns:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "2.7.0-beta.24",
3
+ "version": "2.7.0-beta.25",
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": "58c8b3bf860e12f6cdcd85ce90e2e4df2337755a"
15
+ "gitHead": "baa1d0049c06cc7186baac0288017e672e4e8873"
16
16
  }