Problem
In IdentityIQ 8.4p2, we noticed that modifying bundles via rule does not require save object and commit transaction in-order to apply the changes - we only need set attributes. Is this expected behavior?
Diagnosis
All other objects require save object and commit transaction to apply changes: Identity, Managed Attributes, etc… Is this a bug for Bundle or the new expected behavior? If so, wouldn’t this introduce risks? since some our custom rules are designed with a read only mode by excluding the save and commit transaction.
Solution
If this is not the expected behavior, it should be required to save the object and commit transaction before any changes are applied to the Bundle.