devaskim

Results 213 comments of devaskim

> Hello, there is a way as a tenant to open a dashboard by default in full screen mode? Open user settings and set default dashboard and enable `Always fullscreen`...

> Depending on how long this server attribute remains in a particular state @sumin-denys Please, consider implementing this feature https://github.com/thingsboard/thingsboard/issues/12660

Agree, ownership entity alias is necessary for management customer's entities being logged in as tenant administrator. I solved similar case by creating relation between customer and his/her users.

@SibiSiddharthan Thanks for quick response. Is there any ETA to fix shared build?

or maybe you can point me out to commit where shared build was alive?

Got it. Could you point me out what CMake stuff it needs? At least I will try to learn myself

> Currently there is no portable way to generate a dll and it's import lib and then add the initialization object file to the import lib. Things become more clearer,...

To change dashboard timewindow I do the following ``` widgetContext.stateController.dashboardCtrl.dashboardCtx.dashboardTimewindow = newDashboardTimewindow ; widgetContext.stateController.dashboardCtrl.dashboardCtx.runChangeDetection(); ```