No way to indicate that a report parameter is disabled
Description
Because the metadata files for reports are written in JSON, there is no mechanism for comments, and so no way to "comment out" a parameter definition that is not needed. There should be a boolean disabled property within each parameter definition which tells the UI, when true, not to display the field.
Because the metadata files for reports are written in JSON, there is no mechanism for comments, and so no way to "comment out" a parameter definition that is not needed. There should be a boolean
disabled
property within each parameter definition which tells the UI, when true, not to display the field.