Hi ismcagdas
yes we did :-)
but do you have any best-practice for creating the jobs - where to initialize them (PostInitialize or...) and if we should use class based on BackgroundJob<>
Hi ismcagdas
this works :-)
Thank you.
Hi robert,
this works :-) with swal
but not in the context with abp.message.info(message);
Hi,
Regarding "Abp..." and "App..." tables - the intention was not to delete/remove the tables :-)
But remove any data that could be relatede to tenans (other) in the new Tenant database.
Hi @ismcagdas
the ConnectionString in database is encrypted - so is that possible to change manually?
In regards to the "Abp..." and "App..." tables - anything we should be aware of? or delete from new Tenant database?
And for the host DB:
And for new Tenant DB:
Hi @ismcagdas
stored the root of the selected sub-menu in session storage - and and class "kt-menu__item--open" based on that in _UserMenuItem
I close this case.
Hi @ismcagdas
thank you :-)
but it looks like the menu is rebuilding every time you select another menu item. Is there any way to catch if a menu item is "open" and keep that state when selecting another item - eg. with no sub items?
Hi @ismcagdas
Where and how do we put the class? With CustomData on the MenuItemDefinition?
I have tried to add kt-menu__item--active on the "li" element, but it does not seem to work.
I can see that on menues expanded, there is a class on the "li" element: kt-menu__item--open And this disappear ones selecting another menu item.