Comment 6 for bug 666297

Revision history for this message
Tres Seaver (tseaver) wrote :

OK, we need to get somebody at Oxfam to decide what to do with the content
which belongs to the now-missing user, 'kuhlermckeown'::

  >>> from karl.models.interfaces import ICatalogSearch
  >>> s = ICatalogSearch(root)
  >>> count, docids, resolver = s(creator='kuhlermckeown')
  >>> for doc in [resolver(x) for x in docids]:
  ... print model_path(doc)

Iim, please post the results there and assign to whoever is the
"KARL expert" at Oxfam to make a call about the content in the results.
Once they give us a decision, assign the issue back to me for implementation.