mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fix Fields Mapping parameter id
This commit is contained in:
parent
926969fd3f
commit
cdef548cb8
@ -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.')
|
||||
|
Loading…
x
Reference in New Issue
Block a user