mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
[processing] Fix DeleteColumn output hint
the dropped fields are discarded, the modeller get the rest, as expected
This commit is contained in:
parent
d849dd62b6
commit
d54bd1a203
@ -66,7 +66,7 @@ class DeleteColumn(QgisFeatureBasedAlgorithm):
|
||||
return self.tr('Drop field(s)')
|
||||
|
||||
def outputName(self):
|
||||
return self.tr('Fields dropped')
|
||||
return self.tr('Remaining fields')
|
||||
|
||||
def prepareAlgorithm(self, parameters, context, feedback):
|
||||
self.fields_to_delete = self.parameterAsFields(parameters, self.COLUMNS, context)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user