support icon indicating copy to clipboard operation
support copied to clipboard

Move Crud Manager to Core

Open arcady-zherdev opened this issue 5 months ago • 0 comments

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.

arcady-zherdev avatar Sep 26 '24 11:09 arcady-zherdev