Skip to content

Commit

Permalink
enable feature form on openFeatureForm on editable layer (fixes #10865)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 10, 2014
1 parent dbfce8c commit 11f197e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsfeatureaction.cpp
Expand Up @@ -118,6 +118,7 @@ bool QgsFeatureAction::editFeature()
else
{
QgsAttributes src = mFeature.attributes();
dialog->setIsAddDialog( true );

if ( dialog->exec() )
{
Expand Down

0 comments on commit 11f197e

Please sign in to comment.