datafinder-team team mailing list archive
-
datafinder-team team
-
Mailing list archive
-
Message #00294
[Bug 892223] Re: Data mangement client can crash when certain gui-api functionality is used.
The problem cannot be reproduced. Tested with:
- current trunk
- version 2.2.0
** Changed in: datafinder
Status: New => Invalid
--
You received this bug notification because you are a member of
DataFinderTeam, which is subscribed to DataFinder.
https://bugs.launchpad.net/bugs/892223
Title:
Data mangement client can crash when certain gui-api functionality is
used.
Status in DataFinder - flexible data management:
Invalid
Bug description:
It seems to be a combination of refresh and latter selection of a
collection. Here an example script:
import logging
from datafinder.gui.user import script_api
from datafinder.script_api.item import item_support
_log = logging.getLogger("script")
collection = script_api.currentCollection()
item_support.refresh(collection)
script_api.selectItem(collection) # Seems to cause the crash
To manage notifications about this bug go to:
https://bugs.launchpad.net/datafinder/+bug/892223/+subscriptions
References