You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In alter relationships, when I use the selection tool and click on an "added" outline, the selection takes a long time to occur (at times it's about 20 seconds). Once it is selected, using the delete button and then save takes about the same amount of time to process.
Selecting and deleting from the other non-alter relationships tab works fast as expected.
In addition, sometimes when selecting two outlines which are linked (in order to delete them), I get the error:
Traceback (most recent call last):
File "C:/Users/jducnuigeen/.qgis2/python/plugins\buildings\gui\alter_building_relationships.py", line 263, in multi_selection_changed
self.tbl_relationship.itemSelectionChanged.disconnect(self.tbl_relationship_item_selection_changed)
TypeError: disconnect() failed between 'itemSelectionChanged' and 'tbl_relationship_item_selection_changed'
Steps to Reproduce
Steps to reproduce the behavior:
Open a project with bulk load outlines containing Added Outlines
Click on the Selection tool inside the Alter relationships tab.
click on an added outline.
The selection may take anywhere from 10 seconds to 25 seconds.
Press the Delete button, followed by the save button. The deletion/save may take anywhere from 10s to 25s.
OR select two outlines linked, and then the error above shows up.
Desktop
Environment: Windows
The text was updated successfully, but these errors were encountered:
Bug Description
In alter relationships, when I use the selection tool and click on an "added" outline, the selection takes a long time to occur (at times it's about 20 seconds). Once it is selected, using the delete button and then save takes about the same amount of time to process.
Selecting and deleting from the other non-alter relationships tab works fast as expected.
In addition, sometimes when selecting two outlines which are linked (in order to delete them), I get the error:
Traceback (most recent call last):
File "C:/Users/jducnuigeen/.qgis2/python/plugins\buildings\gui\alter_building_relationships.py", line 263, in multi_selection_changed
self.tbl_relationship.itemSelectionChanged.disconnect(self.tbl_relationship_item_selection_changed)
TypeError: disconnect() failed between 'itemSelectionChanged' and 'tbl_relationship_item_selection_changed'
Steps to Reproduce
Steps to reproduce the behavior:
Desktop
The text was updated successfully, but these errors were encountered: