Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core - bugfix identities alerts (#3201)
* There was a bug with sending alerts when an identity was added by a user. The problem was with an invalid if condition. The condition should check that the attribute's value is not null but actually the attribute itself was checked. * There was also another bug. When trying to retreive attribute with notifications templates, invalid attribute name was used - `identityAlerts`. The correct name is `identityAlertsTemplates`.
- Loading branch information