We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bdbe0 commit c15e26bCopy full SHA for c15e26b
geonode_mapstore_client/client/js/plugins/MetadataEditor/components/_fields/SchemaField.jsx
@@ -116,7 +116,7 @@ const SchemaField = (props) => {
116
valueKey,
117
helpTitleIcon: true,
118
description: helpText ?? description ?? schema.description, // Help text is preferred over description and displayed as a tooltip
119
- disabled: disabled || props?.readonly,
+ disabled: disabled || props?.readonly || schema?.readOnly,
120
style,
121
required,
122
onChange: (selected) => {
0 commit comments