BProc User Groups management screen bug and behavior

Behavior
bproc_user_group.type_ “r” or “u” determine if the group is containing users or roles.
(It can’t use both?) When you edit a group and switch from Users type to Roles, users will be deleted from the database table. Would be nice that Type selector would have onchange handler prompting confirmation to delete previous entries.

Either or usage, should be bold or highlighted, and deletion should be documented
https://doc.cuba-platform.com/bproc-1.1/?_ga=2.173119712.297309943.1655672010-1254557518.1642605680#user-groups
and
https://docs.jmix.io/jmix/bpm/user-groups.html
Bug
When changing type back to Users from Roles, a role will disappear from the management edit screen, but will not be deleted in the database. When you add the same role again, it will be duplicated.


BProc 1.2.1
CUBA 7.2.19
PostgreSQL 12

Hi,

User group can’t contain roles and users at the same time.

As for problems, I’ve created issues:

Thanks for pointing out the problems.

1 Like