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
We want the ADS to be able to hold objects other than just workspaces. This will be achieved by changing the held type to Kernel::DataItem (which is already a base class of Workspace). People will then be able to store outputs of analyses that are not workspaces (of course their objects will need to inherit from DataItem).
Russell Taylor (2013-05-09T18:31:28):
Still an aspiration, but not as urgent as previously thought.[[BR]](The SelectionNotificationService class introduced in http://trac.mantidproject.org/mantid/ticket/6758 turned out to just want to use the notification part of DataService, not store anything at all!)
@NickDraper (2014-02-14T11:04:59):
Bulk move to assigned at the introduction of the triage step
Russell Taylor (2014-06-16T19:08:52):
Orphaning tickets that I won't have time to look at.
This issue was originally TRAC 6797
Original Reporter: Russell Taylor
This ticket is blocked by :
We want the ADS to be able to hold objects other than just workspaces. This will be achieved by changing the held type to Kernel::DataItem (which is already a base class of Workspace). People will then be able to store outputs of analyses that are not workspaces (of course their objects will need to inherit from DataItem).
A potential blocker on this is the call to Workspace::setName in AnalysisDataServiceImpl::rename. This will be addressed by http://trac.mantidproject.org/mantid/ticket/6187.
The text was updated successfully, but these errors were encountered: