- Issue created by @saidatom
- Merge request !32Issue #3517192 by saidatom, mably: Calculate the notification time by subtracting the notification period from each rule's value โ (Merged) created by saidatom
- ๐ฎ๐ณIndia keshav patel
PHPUnit tests are failing, marking it as "Needs work".
- ๐ซ๐ทFrance mably
Sadly, I'm not sure to understand what you are trying to do exactly...
- ๐ต๐นPortugal saidatom Lisbon
Current behavior:
With the settings shown in the attached image, users are currently receiving notifications 7 days before any of the configured rules expire.Expected behavior:
Logically, notifications should be sent 7 days before the specific rule configured for each case.Example:
- User A: Has not logged in for 8 months
- User B: Has not logged in for 2 years
Currently, both users receive a notification about account cancellation. However, based on the rule that specifies "1 year of inactivity," only User B should receive the notification (since 8 months is not enough to trigger it).
What I'm correcting:
Iโm updating the logic so that the system sends notifications only to users who match a specific rule's condition โ and only 7 days before that ruleโs threshold is met. - ๐ซ๐ทFrance mably
If I understand it correctly, it's more a "Bug report" than a "Feature request" then.
And that definitely needs to be fixed.
-
mably โ
committed e0549cdc on 4.x authored by
saidatom โ
Issue #3517192 by saidatom, mably: Calculate the notification time by...
-
mably โ
committed e0549cdc on 4.x authored by
saidatom โ