Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Fields Mapping parameter id
  • Loading branch information
m-kuhn authored and nyalldawson committed Mar 6, 2018
1 parent 926969f commit cdef548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/FieldsMapper.py
Expand Up @@ -159,7 +159,7 @@ def name(self):
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.')
Expand Down

0 comments on commit cdef548

Please sign in to comment.