You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/smardigo/provisioning/form/approve.json

178 lines
4.3 KiB
JSON

{
"name" : "Dialog zur Freigabe",
"configKey" : "approve",
"display" : "form",
"page" : 0,
"components" : [ {
"label" : "Entscheidung",
"mask" : false,
"tableView" : true,
"alwaysEnabled" : false,
"type" : "select",
"input" : true,
"key" : "antrag_decission",
"defaultValue" : "",
"validate" : {
"customMessage" : "",
"json" : "",
"required" : true,
"select" : false,
"custom" : "",
"customPrivate" : false
},
"conditional" : {
"show" : "",
"when" : "",
"json" : "",
"eq" : ""
},
"data" : {
"custom" : "values = [\n { \"label\": \"Antrag ablehnen\", \"value\": \"antragAblehnen\" }\n];\nif (true) {\n values.splice(1, 0, { \"label\": \"Antrag genehmigen\", \"value\": \"antragGenehmigen\" });\n}",
"values" : [ ],
"json" : "",
"url" : "",
"resource" : ""
},
"valueProperty" : "value",
"selectThreshold" : 0.3,
"encrypted" : false,
"properties" : { },
"customConditional" : "",
"logic" : [ ],
"tags" : [ ],
"dataSrc" : "custom",
"searchEnabled" : false,
"tabs" : null,
"reorder" : false,
"lazyLoad" : false,
"selectValues" : "",
"disableLimit" : false,
"sort" : "",
"reference" : false,
"placeholder" : "",
"prefix" : "",
"customClass" : "",
"suffix" : "",
"multiple" : false,
"protected" : false,
"unique" : false,
"persistent" : true,
"hidden" : false,
"clearOnHide" : true,
"dataGridLabel" : false,
"labelPosition" : "top",
"labelWidth" : 30,
"labelMargin" : 3,
"description" : "",
"errorLabel" : "",
"tooltip" : "",
"hideLabel" : false,
"tabindex" : "",
"disabled" : false,
"autofocus" : false,
"dbIndex" : false,
"customDefaultValue" : "",
"calculateValue" : "",
"allowCalculateOverride" : false,
"widget" : null,
"refreshOn" : "",
"clearOnRefresh" : false,
"validateOn" : "change",
"limit" : 100,
"filter" : "",
"searchField" : "",
"minSearch" : 0,
"readOnlyValue" : false,
"authenticate" : false,
"template" : "<span>{{ item.label }}</span>",
"selectFields" : "",
"customSearchCriteria" : "",
"searchThreshold" : 0.3,
"fuseOptions" : { },
"customOptions" : { },
"infiniteScroll" : false,
"clearValueIfNotInItems" : false,
"clientSideFilter" : "",
"id" : "e9osarl"
}, {
"label" : "Bitte hinterlegen Sie einen Kommentar",
"isUploadEnabled" : false,
"showWordCount" : false,
"showCharCount" : false,
"autofocus" : true,
"tableView" : true,
"alwaysEnabled" : false,
"wysiwyg" : "",
"rows" : 5,
"type" : "textarea",
"input" : true,
"key" : "approve_comment:createComment",
"defaultValue" : "",
"validate" : {
"unique" : false,
"json" : "",
"required" : false,
"custom" : "",
"customPrivate" : false,
"minLength" : "",
"maxLength" : "",
"minWords" : "",
"maxWords" : "",
"pattern" : ""
},
"properties" : { },
"tags" : [ ],
"inputFormat" : "plain",
"spellcheck" : true,
"conditional" : {
"show" : "",
"when" : "",
"json" : "",
"eq" : ""
},
"encrypted" : false,
"logic" : [ ],
"customConditional" : "",
"uploadUrl" : "",
"uploadOptions" : "",
"uploadDir" : "",
"reorder" : false,
"placeholder" : "",
"prefix" : "",
"customClass" : "",
"suffix" : "",
"multiple" : false,
"protected" : false,
"unique" : false,
"persistent" : true,
"hidden" : false,
"clearOnHide" : true,
"dataGridLabel" : false,
"labelPosition" : "top",
"labelWidth" : 30,
"labelMargin" : 3,
"description" : "",
"errorLabel" : "",
"tooltip" : "",
"hideLabel" : false,
"tabindex" : "",
"disabled" : false,
"dbIndex" : false,
"customDefaultValue" : "",
"calculateValue" : "",
"allowCalculateOverride" : false,
"widget" : {
"format" : "yyyy-MM-dd hh:mm a",
"dateFormat" : "yyyy-MM-dd hh:mm a",
"saveAs" : "text"
},
"refreshOn" : "",
"clearOnRefresh" : false,
"validateOn" : "change",
"mask" : false,
"inputType" : "text",
"inputMask" : "",
"editor" : "",
"id" : "e3y1fri"
} ]
}