Skip to content
Permalink
Browse files
enable feature form on openFeatureForm on editable layer (fixes #10865)
  • Loading branch information
jef-n committed Jul 10, 2014
1 parent dbfce8c commit 11f197e
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 11f197e

Please sign in to comment.