support
support copied to clipboard
Move Crud Manager to Core
Move AbstractCrudManagerMixin
and AbstractCrudManager
classes to Core
.
Also port corresponding tests that look generic and not upper level products specific.
AbstractCrudManagerMixin
now has some code specific to the Scheduler. Those lines should go to new CrudManagerMixin
class that should be user instead of the AbstractCrudManagerMixin
in our existing code.