Fix Fields Mapping parameter id

This commit is contained in:
Matthias Kuhn 2018-03-03 12:44:07 -05:00 committed by Nyall Dawson
parent 926969fd3f
commit cdef548cb8

View File

@ -159,7 +159,7 @@ class FieldsMapper(QgisFeatureBasedAlgorithm):
return QCoreApplication.translate('Processing', 'Fields Mapper')
def id(self):
return 'Fields Mapper'
return 'fields_mapping'
def description(self):
return QCoreApplication.translate('Processing', 'A mapping of field names to field type definitions and expressions. Used for the refactor fields algorithm.')