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

Pull request #15: NMAAS-999: Fixing input fields

Merge in NMAAS/nmaas-portal from feature/NMAAS-999-add-customer-network-details-fields-to-new-domain-request-contact-form to develop

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