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

Batch processing issues #26127

Closed
qgib opened this issue Feb 26, 2018 · 4 comments
Closed

Batch processing issues #26127

qgib opened this issue Feb 26, 2018 · 4 comments
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 Feb 26, 2018

Author Name: Alex R (Alex R)
Original Redmine Issue: 18236
Affected QGIS version: 3.0.0
Redmine category:processing/core
Assignee: Victor Olaya


Greetings,

I've been doing some test and I'm having issues with the batch window (for Join Attribute by Location (summary)). After I save once, I can't seem to save again the save button doesn't work anymore. Aslo when I get a warning( wrong predicate in row 1, for the predicate intersect, contrain, overlap and within are selected. I can't seem to be able to open those options after(geometric predicate and Fields to summarise ) , thought the warning may be broken if I intepret properly the following logs:

2018-02-26T17:10:34 WARNING Traceback (most recent call last):
File "C:/PROGRA1/QGIS31.0/apps/qgis/./python/plugins\processing\gui\BatchPanel.py", line 196, in save
self.parent.bar.pushMessage("", self.tr('Wrong or missing parameter value: {0} (row {1})').format(
AttributeError: 'BatchAlgorithmDialog' object has no attribute 'bar'

2018-02-26T17:11:18 WARNING Traceback (most recent call last):
File "C:/PROGRA1/QGIS31.0/apps/qgis/./python/plugins\processing\gui\MultipleInputPanel.py", line 70, in showSelectionDialog
dlg = MultipleInputDialog(self.options, self.selectedoptions, datatype=self.datatype)
File "C:/PROGRA1/QGIS31.0/apps/qgis/./python/plugins\processing\gui\MultipleInputDialog.py", line 89, in init
self.populateList()
File "C:/PROGRA1/QGIS31.0/apps/qgis/./python/plugins\processing\gui\MultipleInputDialog.py", line 100, in populateList
item.setCheckState(Qt.Checked if value in self.selectedoptions else Qt.Unchecked)
TypeError: 'in ' requires string as left operand, not int

[feature request] oh and also, would it be possible to have an option to set all other fields with the same values instead of having to repeat each operation manually.

@qgib
Copy link
Contributor Author

qgib commented Feb 26, 2018

Author Name: Nyall Dawson (@nyalldawson)


oh and also, would it be possible to have an option to set all other fields with the same values instead of having to repeat each operation manually.

It's rather hidden, but double-click the column header.

@qgib
Copy link
Contributor Author

qgib commented Feb 26, 2018

Author Name: Nyall Dawson (@nyalldawson)


  • status_id was changed from Open to In Progress

@qgib
Copy link
Contributor Author

qgib commented Feb 27, 2018

Author Name: Nyall Dawson (@nyalldawson)


Applied in changeset 81d5364.


  • done_ratio was changed from 0 to 100
  • status_id was changed from In Progress to Closed

@qgib qgib closed this as completed Feb 27, 2018
@qgib
Copy link
Contributor Author

qgib commented Mar 1, 2018

Author Name: Giovanni Manghi (@gioman)


  • resolution was changed from to fixed/implemented

@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