Skip to content

Commit

Permalink
commenting bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jun 25, 2024
1 parent 336db0f commit 84bdd3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/qml/form/MMFormPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ Page {
property var fieldWidget: model.EditorWidget
property var fieldConfig: model.EditorWidgetConfig

// Following issue #3457, error message can be displayed even for non-editable attributes
// Thus, we split attributes indicating edit mode for formPage and attribute editability
property bool fieldIsReadOnly: root.state === "readOnly"
property bool isAttributeEditable: AttributeEditable

Expand Down

1 comment on commit 84bdd3c

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.6.636111 just submitted!

Please sign in to comment.