Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #2033 from NaturalGIS/fix_12683
Browse files Browse the repository at this point in the history
fixes processing refactor fields for certain datatypes
  • Loading branch information
alexbruy committed May 7, 2015
2 parents c9897ab + 8a98934 commit 9fffe34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/algs/qgis/ui/FieldsMappingPanel.py
Expand Up @@ -44,6 +44,8 @@ class FieldsMappingModel(QtCore.QAbstractTableModel):
(QtCore.QVariant.Int, "Integer"),
(QtCore.QVariant.Double, "Double"),
(QtCore.QVariant.String, "String"),
(QtCore.QVariant.DateTime, "Date"),
(QtCore.QVariant.LongLong, "Double"),
(QtCore.QVariant.Date, "Date")])

columns = [
Expand Down

0 comments on commit 9fffe34

Please sign in to comment.