Revert "228 is_hidden"

This reverts commit 3c4fdf77fd.
This commit is contained in:
2026-04-20 12:43:47 +03:00
parent 3c4fdf77fd
commit 0b2fdf4749
4 changed files with 37 additions and 59 deletions
@@ -80,7 +80,6 @@
<m:field <!--- formatter=#function(x){return listToArray(generateValueList(x));}# --->>p.func</m:field><!--- *** отчаявшись сделать красиво --->
<m:field>p.ref_svc_id</m:field>
<m:field formatter=#request.castToBool#>p.is_required</m:field>
<m:field formatter=#request.castToBool#>p.is_hidden</m:field>
<m:field>p.default_value</m:field><!--- can be overridden by default_compute --->
<m:field>p.default_compute</m:field>
<m:field>p.regex</m:field>
@@ -171,7 +170,6 @@
,sp.depends_on_cfs_params
,sp.expression
,sp.is_required
,sp.is_hidden
,sp.descr
,sp.man
,sp.default_value
@@ -241,7 +239,6 @@
"descr":"#local.qSubparam.descr#",
"defaultValue":"#def#",
"isRequired":#request.castToBool(local.qSubparam.is_required)#,
"isHidden":#request.castToBool(local.qSubparam.is_hidden)#,
"isSensitive":#request.castToBool(local.qSubparam.is_sensitive)#,
"refSvcId":#local.qSubparam.ref_svc_id#,
"uniqueScope":"#local.qSubparam.unique_scope#",