Skip to content

Commit

Permalink
Fixup f10f4a5
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 19, 2016
1 parent 0834938 commit 5067c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgseditformconfig.cpp
Expand Up @@ -580,7 +580,7 @@ void QgsAttributeEditorRelation::saveConfiguration( QDomElement& elem ) const

QString QgsAttributeEditorRelation::typeIdentifier() const
{
return "attributeEditorField";
return "attributeEditorRelation";
}

bool QgsAttributeEditorRelation::init( QgsRelationManager* relationManager )
Expand Down

0 comments on commit 5067c3b

Please sign in to comment.