10-11-2021, 11:02 AM
/Dashboards / My Dashboard are just "custom URLs"
If you go to Custom Layout -> Menu Link Actions (two chain links icon) -> Show custom URLs youl see "/dashborad" and the corresponding XML description
Groups have a "start_link" column wich is not shown but you can add it with the column manager, it should accept a custom URL
I never tryed it but reading the code seems it should work
One other way is to change the get_start_link() method after subclassing BootstrapIndexWdg check src/plugins/TACTIC/vfx/lib/index_wdg.py on how the VFX plugin does it.
In there you could check the user group and return an appropriate start link
If you go to Custom Layout -> Menu Link Actions (two chain links icon) -> Show custom URLs youl see "/dashborad" and the corresponding XML description
Groups have a "start_link" column wich is not shown but you can add it with the column manager, it should accept a custom URL
I never tryed it but reading the code seems it should work
One other way is to change the get_start_link() method after subclassing BootstrapIndexWdg check src/plugins/TACTIC/vfx/lib/index_wdg.py on how the VFX plugin does it.
In there you could check the user group and return an appropriate start link