← Back to team overview

datafinder-team team mailing list archive

[Bug 892223] [NEW] Data mangement client can crash when certain gui-api functionality is used.

 

Public bug reported:

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

** Affects: datafinder
     Importance: Medium
     Assignee: Tobias Schlauch (tobias-schlauch)
         Status: New


** Tags: script-api user-gui

-- 
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:
  New

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


Follow ups

References