Current Series Release Notes¶
3.22.0-4¶
Other Notes¶
Constant
ACCESS_READONLYwhich represented RBAC action access as readonly was removed. This constant was added as part of the RFE Allow sharing security groups as read-only but was never fully implemented and is not needed anymore.
Avoid the duplicated method registration in class methods decorated with
resource_extend.has_resource_extenders. Before registering a new extended method, it is first checked if this method is already registered. See bug: 2127835.