-
-
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
CRM-19856 Fix Drupal 8 get User url #9521
Conversation
seamuslee001
commented
Dec 9, 2016
•
edited by civicrm-builder
Loading
edited by civicrm-builder
- CRM-19856: Get User record url fails in Drupal 8
@seamuslee001 : Is there a related issue in JIRA for the same? |
@yashodha Have just created one CRM-19856 also pinging @jackrabbithanna as I know mark has been working on D8 stuff lately |
Where was the User link broken, what are the steps to replicate? There's also going to need to be other issues around the User/profile stuff as the integration of Profiles on user view and edit is broken |
@jackrabbithanna Mark from looking at the information that was supplied into Matermost it looks like it is the link to the user account from on the CiviCRM Contact Record page i think |
Jenkins, retest this please. |
@seamuslee001 @yashodha |
@totten the tests have passed and this should be merged in. I could merge it in but I'm unclear whether I'm to stick with only merging into the 4.6 branch, or have authorization to merge Drupal 8 related PRs into the master branch |
@colemanw what do you think? |
Ok so this is not a 'Drupal8' only pr - it is intended to fix a drupal 8 issue, but it does so in shared code. So, to speak to the safety of merging it.... The change is in the DrupalBase class - so only Drupal 6,7 & 8 will be affected. The change is from a direct drupal function to generate a drupal url to calling a CiviCRM function to generate it. The CiviCRM function is also part of the drupal base class. The arguments on the replacement function match the arguments of the drupal function with the same defaults - so I think this function should perform the same as the previous function for d6 & d7 and am happy to merge it. |
CRM-19856 Fix Drupal 8 get User url