-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
Standalone - Fix some path calculations #26649
Conversation
(Standard links)
|
URL: This looks good to me. I've Running the e2e tests fails though for me with
It could be I'm not running it right? (If the passing CI tests mean it works, then this is merge ready.) |
@artfulrobot Glad that URLs worked.
Yeah, Jenkins passing basically means that everything runs on D7. For
After the patch, the test-suite runs to completion -- which means we can at least report on the failures. 😃 (For me, with pending patches, E2E currently gives ~45 errors/failures and ~1000 passes.) |
Great thanks. |
Overview
Fix a few edges in how paths/URLs are calculated
cc @artfulrobot
Before
cv url civicrm/dashboard
https://example.org/civicrm/dashboard
) but actually returns relative (/civicrm/dashboard
).$root
variableAfter