Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Processing Refactor Fields tool: some field types appear twice in the list #24169

Closed
qgib opened this issue Mar 2, 2017 · 4 comments
Closed
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms

Comments

@qgib
Copy link
Contributor

qgib commented Mar 2, 2017

Author Name: Harrissou Santanna (@DelazJ)
Original Redmine Issue: 16259
Affected QGIS version: master
Redmine category:processing/qgis
Assignee: Victor Olaya


In the Processing tool Refactor Fields, using a shapefile, I get twice "Double" and "Date" values in the Type column drop-down.

master f354a85, Windows 10

@qgib
Copy link
Contributor Author

qgib commented Mar 2, 2017

Author Name: Giovanni Manghi (@gioman)


It affects also 2.18 and 2.14, so it seems never worked 100% ok.

@qgib
Copy link
Contributor Author

qgib commented Apr 4, 2017

Author Name: Victor Olaya (@volaya)


Looks like it's intentional

fieldTypes = OrderedDict([
    (QVariant.Int, "Integer"),
    (QVariant.Double, "Double"),
    (QVariant.String, "String"),
    (QVariant.DateTime, "Date"),
    (QVariant.LongLong, "Double"),
    (QVariant.Date, "Date")])

I guess that Arnaud Morvan is the one that can give more info about that, since it is his work. Reassining to him

@qgib
Copy link
Contributor Author

qgib commented Apr 30, 2017

Author Name: Giovanni Manghi (@gioman)


  • easy_fix was configured as 0
  • regression was configured as 0

@qgib
Copy link
Contributor Author

qgib commented Feb 2, 2018

Author Name: Alexander Bruy (@alexbruy)


Already fixed in master.


  • status_id was changed from Open to Closed
  • description was changed from In the Processing tool Refactor Fields, using a shapefile, I get twice "Double" and "Date" values in the Type column drop-down.

master f354a85, Windows 10 to In the Processing tool Refactor Fields, using a shapefile, I get twice "Double" and "Date" values in the Type column drop-down.

master f354a85, Windows 10

  • resolution was changed from to fixed/implemented

@qgib qgib closed this as completed Feb 2, 2018
@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms labels May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

No branches or pull requests

1 participant