-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adopts to latest When package #14903
Conversation
(Standard links)
|
@seamuslee001 this is the one I mentioned. Thanks. |
@agileware-pengyi is there an associated PR for packages should we be looking at getting this in composer? |
@seamuslee001 I just submitted the PR. Not sure how to work with the composer here. |
@agileware-pengyi this will need to be against master branch |
@eileenmcnaughton thanks. Will do if this is acceptable. |
Right, as Seamus indicates, there is a choice here to (a) do the upgrade within There's fairly limited guidance about this. The file Either technique is acceptable, but migrating is better in the long-term (involves more upfront risk/time; but going forward, it provides simpler workflow on upgrades and provides better visibility into pkg mgmt). |
For |
It should also be noted that we can't use the When package v3.x because they specify PHP7.1 in their composer.json so you either target master branch with a specific commit before they switched to PHP7.1 or do as Pengyi is doing. |
7aab8ab
to
9a70b28
Compare
…enerate recursion
9a70b28
to
7355d78
Compare
Superceded by #15223 |
Overview
Adopts to the latest
When
package. The current bundledWhen
package may generate wrong recurring dates. This PR is just an idea for updating the dependencies and requires theWhen
package updated first.For example:
Before
Wrong recurring dates in some cases.
After
Correct dates with the above settings.
Comments
Any testing required for this one?
Agileware ref: CIVICRM-1223