Project

General

Profile

Bug #14330

Updated by François ARMAND about 1 year ago

When we install the change validation plugin plugin, as no groups are selected as supervised so selected, all modification are accepted without any change request.  

 Moreover, a new group is created as unsupervised which is a major authorization management problem.  

 By default, all groups and futur new group must be supervised, making them unsupervised must be a willing action.  

 To make that change without breaking compat, we need to store the "unsupervised-groups" and add a migration from the "supervised-groups" to unsupervised.  
 We should check "for all" by default on installation.

Back