Skip to content

Conversation

@thbaumann
Copy link

Fix for issue #5

doActionFeature expects the actionid to be a QUuid, not an integer.

( QUuid actionId,
const QgsFeature & feature,
int defaultValueIndex = 0,
const QgsExpressionContextScope & scope = QgsExpressionContextScope()
)

available in Python bindings as doActionFeature

Fix for issue enricofer#5

doActionFeature expects the actionid to be a QUuid, not an integer.

( 	QUuid  	actionId,
		const QgsFeature &  	feature,
		int  	defaultValueIndex = 0,
		const QgsExpressionContextScope &  	scope = QgsExpressionContextScope() 
	) 	

available in Python bindings as doActionFeature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant