You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have several issues concerning our quick help feature:
It is not possible to hide the boxes on meeting series details view and minutes view anymote due to an invalid element selector.
Our develop demo instance does not show the quick help boxes at all if the demo user is signed in. Since commit 052eb87 the demo user should not be possible to persist hiding these infos so they should always be visible after signing in.
We have a lot of code duplicates concerning this feature. The showQuickHelp template helper function is defined three times with almost the same code to give just one example.
We have several issues concerning our quick help feature:
showQuickHelptemplate helper function is defined three times with almost the same code to give just one example.