@steedos/standard-object-database 2.5.9-beta.1 → 2.5.10-beta.2
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.
- package/main/default/objectTranslations/object_layouts.en/object_layouts.en.objectTranslation.yml +5 -0
- package/main/default/objectTranslations/object_layouts.zh-CN/object_layouts.zh-CN.objectTranslation.yml +5 -0
- package/main/default/objects/object_layouts.object.yml +9 -0
- package/package.json +2 -2
|
@@ -10,19 +10,23 @@ fields:
|
|
|
10
10
|
required: true
|
|
11
11
|
label: Api Name
|
|
12
12
|
is_wide: true
|
|
13
|
+
group: general_information
|
|
13
14
|
label:
|
|
14
15
|
type: text
|
|
15
16
|
required: true
|
|
16
17
|
label: Label
|
|
17
18
|
is_wide: true
|
|
18
19
|
is_name: true
|
|
20
|
+
group: general_information
|
|
19
21
|
object_name:
|
|
20
22
|
label: Object
|
|
21
23
|
type: master_detail
|
|
22
24
|
required: true
|
|
23
25
|
reference_to: objects
|
|
24
26
|
reference_to_field: name
|
|
27
|
+
is_wide: true
|
|
25
28
|
write_requires_master_read: true
|
|
29
|
+
group: general_information
|
|
26
30
|
type:
|
|
27
31
|
type: select
|
|
28
32
|
options:
|
|
@@ -42,6 +46,7 @@ fields:
|
|
|
42
46
|
create: false
|
|
43
47
|
reference_to: permission_set
|
|
44
48
|
reference_to_field: name
|
|
49
|
+
is_wide: true
|
|
45
50
|
defaultValue:
|
|
46
51
|
- admin
|
|
47
52
|
- user
|
|
@@ -57,12 +62,14 @@ fields:
|
|
|
57
62
|
});
|
|
58
63
|
return result;
|
|
59
64
|
}
|
|
65
|
+
group: general_information
|
|
60
66
|
buttons:
|
|
61
67
|
type: grid
|
|
62
68
|
blackbox: true
|
|
63
69
|
is_wide: true
|
|
64
70
|
depend_on:
|
|
65
71
|
- object_name
|
|
72
|
+
group: buttons
|
|
66
73
|
buttons.$.button_name:
|
|
67
74
|
type: lookup
|
|
68
75
|
reference_to: object_actions
|
|
@@ -86,6 +93,7 @@ fields:
|
|
|
86
93
|
required: true
|
|
87
94
|
depend_on:
|
|
88
95
|
- object_name
|
|
96
|
+
group: fields
|
|
89
97
|
fields.$:
|
|
90
98
|
label: Field
|
|
91
99
|
blackbox: true
|
|
@@ -119,6 +127,7 @@ fields:
|
|
|
119
127
|
is_wide: true
|
|
120
128
|
depend_on:
|
|
121
129
|
- object_name
|
|
130
|
+
group: related_lists
|
|
122
131
|
related_lists.$.related_field_fullname:
|
|
123
132
|
type: lookup
|
|
124
133
|
optionsFunction: !!js/function |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-object-database",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.10-beta.2",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
},
|
|
16
16
|
"repository": {},
|
|
17
17
|
"license": "MIT",
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "d8944b0c8f42c29411911e093df35cbf9fe736e0"
|
|
19
19
|
}
|