Back to All

Two feature request - workspace and form

  1. We would like to be able to prevent browsing to a hidden workspace that is not configured as a browseable, this still needs to be usable via the form lookup...
    Currently if you have a hidden workspace and a form is not limited with roles, that form is usable to anyone via hidden workspace that has no roles set up.

  2. Option to list workspaces in form configuration which workspace is allowed to access to this form.

Currently we can only limit form usage in the pug with this code:
block formContent
if(form.queryparam.workspace != 'workspace_name')
h2 Wrong workspace!
else