Smart Workflow

Is there a way to disable the ‘Smart Workflow’ guide that appears. It doesn’t fit well onto mobile and would be useful if this could be disabled.

I checked settings/permissions but couldn’t find an appropriate setting for this.

Thank you.

Hi pjazzy, at the moment there is not way to disable it, but you could run the following SQL directly on your database, in order to turn it off for all staff currently in the system:

UPDATE gibbonStaff SET smartWorkflowHelp=‘N’;

Hi @ross I’m wondering if this feature is worth keeping. I’ve never seen anyone make use of it in the wild.

Ross

Yep, let’s remove it: https://github.com/GibbonEdu/core/pull/941

Yes! Thanks Sandra : ) I’ll look to merge this later on today.

This is great! Thanks as i had to remove it in the db for every fresh install.