Is there a BPM import permission?

Hi,

I would like to grant a role the ability to import a Business Process Model. When I grant Create, Read, Update, Delete on entity bpm$ProcModel, the import button is still disabled. Any advice?

Thanks,
Keith

Hi,
Grant also at least UPDATE and READ permissions for the sys$FileDescriptor entity.
It’s because FileUploadField creates files internally.

see com.haulmont.cuba.web.gui.components.WebFileUploadField#applyPermissions

1 Like