We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 160f172 + 7e2ffd4 commit 1e958d2Copy full SHA for 1e958d2
python/plugins/processing/algs/qgis/ui/FieldsCalculatorDialog.py
@@ -75,7 +75,7 @@ def manageGui(self):
75
self.tr('[Save to temporary file]'))
76
77
self.mOutputFieldTypeComboBox.blockSignals(True)
78
- for t in self.alg.TYPE_NAMES:
+ for t in self.alg.type_names:
79
self.mOutputFieldTypeComboBox.addItem(t)
80
self.mOutputFieldTypeComboBox.blockSignals(False)
81
0 commit comments