Skip to content
Snippets Groups Projects
Commit 8fc5f850 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

NMAAS-999: Fixing input fields

parent a45554a3
No related branches found
No related tags found
No related merge requests found
...@@ -141,11 +141,7 @@ ...@@ -141,11 +141,7 @@
"label": "TECH_CONTACT", "label": "TECH_CONTACT",
"description": "TECH_CONTACT_DESCRIPTION", "description": "TECH_CONTACT_DESCRIPTION",
"hideLabel": false, "hideLabel": false,
"disableAddingRemovingRows": true, "type": "container",
"multiple": false,
"tableView": true,
"alwaysEnabled": false,
"type": "datagrid",
"input": true, "input": true,
"key": "techContact", "key": "techContact",
"tab": 0, "tab": 0,
...@@ -156,8 +152,7 @@ ...@@ -156,8 +152,7 @@
"type": "textfield", "type": "textfield",
"input": true, "input": true,
"key": "name", "key": "name",
"inputFormat": "plain", "inputFormat": "plain"
"row": "0-0"
}, },
{ {
"label": "EMAIL", "label": "EMAIL",
...@@ -165,8 +160,7 @@ ...@@ -165,8 +160,7 @@
"type": "email", "type": "email",
"input": true, "input": true,
"key": "email", "key": "email",
"inputFormat": "plain", "inputFormat": "plain"
"row": "0-1"
} }
] ]
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment