Hi robert,
this works :-) with swal
but not in the context with abp.message.info(message);
Hi,
using: Core, MVC, jQuery project - v7.2.2
is it possilble with: abp.message.info(message);
to show "message" with line breaks?
I have tried with
\n
\r\n
<br>
<br/>
but it is not working
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,
using: Core, MVC, jQuery project - v7.2.2
How can you change a tenant from in-host to separate database? From Tenant menu in Host - not possible to change to/from in-host.
So is the only way:
And - to move the tenant to separate database:
Or is there a tool for this tenant change/move :-) ?
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.