Skip to content

Commit

Permalink
Made extension complete. There were some entries in the custom sectio…
Browse files Browse the repository at this point in the history
…n that should have been in the module
  • Loading branch information
hdijkema committed Oct 23, 2020
1 parent a3aeb94 commit 511f6bf
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"name": "voorEntiteit"
},
{
"name": "leden"
"name": "contacts"
}
],
[
Expand All @@ -48,7 +48,7 @@
"style": "success",
"dynamicLogicVisible": null,
"hidden": false,
"customLabel": "Uitvoerbare taak"
"customLabel": "Executable Task"
},
{
"rows": [
Expand All @@ -61,6 +61,6 @@
"style": "info",
"dynamicLogicVisible": null,
"hidden": false,
"customLabel": "Verwerking"
"customLabel": "Executionlog"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@
"name": "voorEntiteit"
},
{
"name": "leden"
"name": "contacts"
}
],
[
{
"name": "emailTemplate"
}
],
[
Expand All @@ -40,8 +45,10 @@
}
]
],
"style": "default",
"label": ""
"style": "success",
"dynamicLogicVisible": null,
"hidden": false,
"customLabel": "Executable task"
},
{
"rows": [
Expand All @@ -54,6 +61,6 @@
"style": "info",
"dynamicLogicVisible": null,
"hidden": true,
"customLabel": "Verslag"
"customLabel": "Executionlog"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"iconClass": "fas fa-calculator",
"dynamicLogic": {
"fields": {
"leden": {
"contacts": {
"visible": {
"conditionGroup": [
{
"type": "equals",
"attribute": "voorEntiteit",
"value": "Leden"
"value": "Contacts"
}
]
}
Expand All @@ -27,9 +27,19 @@
"visible": {
"conditionGroup": [
{
"type": "equals",
"attribute": "type",
"value": "email"
"type": "or",
"value": [
{
"type": "equals",
"attribute": "type",
"value": "email"
},
{
"type": "equals",
"attribute": "type",
"value": "job"
}
]
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"default": "rapport",
"isCustom": true
},
"leden": {
"contacts": {
"type": "linkMultiple",
"layoutDetailDisabled": false,
"layoutMassUpdateDisabled": false,
Expand All @@ -96,11 +96,11 @@
"type": "enum",
"required": true,
"options": [
"Leden",
"Contacts",
"-"
],
"style": {
"Leden": null,
"Contacts": null,
"-": null
},
"default": "-",
Expand Down

0 comments on commit 511f6bf

Please sign in to comment.