Skip to content

Commit

Permalink
removing unecessary addition
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Oct 28, 2024
1 parent 88962ae commit 00f86c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/attributes/attributecontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ void AttributeController::flatten(

if ( !expression.isEmpty() )
{
expressions << field.constraints().constraintExpression() << nameExpression << editableExpression;
expressions << field.constraints().constraintExpression();
}

bool isReadOnly = ( layer->editFormConfig().readOnly( fieldIndex ) ) ||
Expand Down

1 comment on commit 00f86c3

@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.10.690811 just submitted!

Please sign in to comment.