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
A souper.soup.SoupData storage is created in the instance.
This object is not deletable, stays when senaite.sync is uninstalled and is not recognized automatically when senaite.sync is reinstalled.
Expected behavior
The object can be either manually deleted, uninstalls automatically when senaite.sync is uninstalled or is picked up again after reinstallation of senaite.sync
Screenshot (optional)
(Pdb++) portal.source
<souper.soup.SoupData object at 0x10d227f50>
(Pdb++) portal.manage_delObjects("source")
*** Unauthorized: Do not have permissions to remove this object
(Pdb++) portal._delOb("source")
(Pdb++) portal.reindexObject()
(Pdb++) transaction.commit()
Steps to reproduce
Sync data from an instance
Current behavior
A
souper.soup.SoupDatastorage is created in the instance.This object is not deletable, stays when
senaite.syncis uninstalled and is not recognized automatically whensenaite.syncis reinstalled.Expected behavior
The object can be either manually deleted, uninstalls automatically when
senaite.syncis uninstalled or is picked up again after reinstallation ofsenaite.syncScreenshot (optional)