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
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
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()
The text was updated successfully, but these errors were encountered:
Traceback (innermost last):
Module ZPublisher.Publish, line 138, in publish
Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 48, in call_object
Module Shared.DC.Scripts.Bindings, line 322, in __call__
Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec
Module App.special_dtml, line 185, in _exec
Module OFS.ObjectManager, line 437, in objectItems
Module OFS.ObjectManager, line 301, in _getOb
AttributeError: source
Steps to reproduce
Sync data from an instance
Current behavior
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 whensenaite.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 ofsenaite.sync
Screenshot (optional)
The text was updated successfully, but these errors were encountered: