Skip to content
Permalink
Browse files
enable feature form on openFeatureForm on editable layer (fixes #10865)
  • Loading branch information
jef-n committed Jul 11, 2014
1 parent 87e4b07 commit b53cab2
Showing 1 changed file with 1 addition and 0 deletions.
@@ -118,6 +118,7 @@ bool QgsFeatureAction::editFeature()
else
{
QgsAttributes src = mFeature.attributes();
dialog->setIsAddDialog( true );

if ( dialog->exec() )
{

0 comments on commit b53cab2

Please sign in to comment.