Skip to content

Commit 081ba74

Browse files
committed
small tableset changes (prio, label)
1 parent d8d20eb commit 081ba74

6 files changed

+35
-33
lines changed

install/rex_wenns_sein_muss_domain.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@
8181
}
8282
]
8383
}
84-
}
84+
}

install/rex_wenns_sein_muss_entry.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@
188188
}
189189
]
190190
}
191-
}
191+
}

install/rex_wenns_sein_muss_group.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@
127127
}
128128
]
129129
}
130-
}
130+
}

install/rex_wenns_sein_muss_iframe.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
"prio": 1,
2828
"type_id": "value",
2929
"type_name": "text",
30-
"db_type": "text",
30+
"db_type": "varchar(191)",
3131
"list_hidden": 0,
3232
"search": 0,
33-
"name": "embedUrl",
34-
"label": "translate:wsm_iframe_embed_url",
33+
"name": "key",
34+
"label": "translate:wsm_iframe_key",
3535
"not_required": "",
36-
"attributes": "{\"type\":\"url\"}",
36+
"attributes": "{\"required\":\"required\",\"pattern\":\"^[a-z0-9_]+\"}",
3737
"default": "",
3838
"no_db": "0",
39-
"notice": "z.B. <code>https:\/\/www.youtube-nocookie.com\/embed\/{data-id}<\/code>",
39+
"notice": "translate:wsm_iframe_key_notice",
4040
"append": "",
4141
"prepend": ""
4242
},
@@ -45,19 +45,19 @@
4545
"prio": 2,
4646
"type_id": "value",
4747
"type_name": "text",
48-
"db_type": "varchar(191)",
48+
"db_type": "text",
4949
"list_hidden": 0,
5050
"search": 0,
51-
"name": "key",
52-
"label": "translate:wsm_iframe_key",
51+
"name": "embedUrl",
52+
"label": "translate:wsm_iframe_embed_url",
5353
"not_required": "",
54-
"attributes": "{\"required\":\"required\",\"pattern\":\"^[a-z0-9_]+\"}",
54+
"attributes": "{\"type\":\"url\"}",
5555
"default": "",
5656
"no_db": "0",
57-
"notice": "translate:wsm_iframe_key_notice",
57+
"notice": "z.B. <code>https:\/\/www.youtube-nocookie.com\/embed\/{data-id}<\/code>",
5858
"append": "",
5959
"prepend": ""
6060
}
6161
]
6262
}
63-
}
63+
}

install/rex_wenns_sein_muss_protocol.json

+20-18
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"name": "translate:wsm_table_protocol",
77
"description": "",
88
"list_amount": 50,
9-
"list_sortfield": "id",
10-
"list_sortorder": "ASC",
9+
"list_sortfield": "consentdate",
10+
"list_sortorder": "DESC",
1111
"search": 1,
1212
"hidden": 1,
1313
"export": 1,
1414
"import": 1,
15-
"mass_deletion": 0,
15+
"mass_deletion": 1,
1616
"mass_edit": 0,
1717
"schema_overwrite": 1,
1818
"history": 0,
@@ -29,7 +29,7 @@
2929
"type_name": "text",
3030
"db_type": "varchar(191)",
3131
"list_hidden": 0,
32-
"search": 0,
32+
"search": 1,
3333
"name": "url",
3434
"label": "translate:wsm_protocol_website",
3535
"not_required": "",
@@ -62,35 +62,37 @@
6262
"table_name": "rex_wenns_sein_muss_protocol",
6363
"prio": 3,
6464
"type_id": "value",
65-
"type_name": "text",
66-
"db_type": "varchar(191)",
65+
"type_name": "datetime_local",
66+
"db_type": "datetime",
6767
"list_hidden": 0,
68-
"search": 0,
69-
"name": "accept_type",
70-
"label": "translate:wsm_protocol_accept_type",
68+
"search": 1,
69+
"name": "revision",
70+
"label": "translate:wsm_protocol_revision",
7171
"not_required": "",
7272
"attributes": "{\"readonly\":\"readonly\"}",
73-
"default": "",
7473
"no_db": "0",
7574
"notice": "",
76-
"append": "",
77-
"prepend": ""
75+
"current_date": "0",
76+
"max": "",
77+
"min": ""
7878
},
7979
{
8080
"table_name": "rex_wenns_sein_muss_protocol",
8181
"prio": 4,
8282
"type_id": "value",
83-
"type_name": "integer",
84-
"db_type": "int",
83+
"type_name": "text",
84+
"db_type": "varchar(191)",
8585
"list_hidden": 0,
8686
"search": 0,
87-
"name": "revision",
88-
"label": "translate:wenns_sein_muss_protocol_revision",
87+
"name": "accept_type",
88+
"label": "translate:wsm_protocol_accept_type",
8989
"not_required": "",
90+
"attributes": "{\"readonly\":\"readonly\"}",
9091
"default": "",
9192
"no_db": "0",
9293
"notice": "",
93-
"unit": "\ud83d\udd22"
94+
"append": "",
95+
"prepend": ""
9496
},
9597
{
9698
"table_name": "rex_wenns_sein_muss_protocol",
@@ -171,7 +173,7 @@
171173
"type_name": "datestamp",
172174
"db_type": "datetime",
173175
"list_hidden": 0,
174-
"search": 0,
176+
"search": 1,
175177
"name": "consentdate",
176178
"label": "translate:wsm_protocol_consentdate",
177179
"not_required": "",

install/rex_wenns_sein_muss_service.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
"list_hidden": 1,
290290
"search": 0,
291291
"name": "updatedate",
292-
"label": "Aktualisiert am...",
292+
"label": "translate:wsm_service_updatedate",
293293
"not_required": "",
294294
"no_db": "0",
295295
"only_empty": "0",

0 commit comments

Comments
 (0)