Closed PierrickBrun closed 1 year ago
Could you please explain Step to reproduce (STR) ? Thank you!
Before:
If a membership is created in the future (date_from > now) then the partner will not be a member, this is OK But when the date changes and date_from become <= now, then nothing happens and the partner does not become a member: NOK
After:
Both cases are OK because the cron checks if there are members to enable
I rebased on #139
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.
Could you please explain Step to reproduce (STR) ? Thank you!