Skip to content

Commit

Permalink
[processing] add tags to refactor fields algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Feb 28, 2018
1 parent 078e5aa commit 89e2b02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/plugins/processing/algs/qgis/FieldsMapper.py
Expand Up @@ -50,6 +50,9 @@ def group(self):
def groupId(self):
return 'vectortable'

def tags(self):
return self.tr('attributes,table').split(',')

def initParameters(self, config=None):

class ParameterFieldsMapping(QgsProcessingParameterDefinition):
Expand Down

0 comments on commit 89e2b02

Please sign in to comment.