Closed (fixed)
Project:
Embed view block
Version:
8.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 May 2020 at 13:08 UTC
Updated:
18 Jan 2022 at 12:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
karishmaamin commentedComment #3
kristen polComment #4
WebbehSelf-explanatory change and looks good. RTBC.
Comment #5
casivaagustin commentedThe patch looks good and works on my end.
Comment #6
gerzenstl commentedThe patch works fine on Drupal 9.
Is there anything else we can help with to release soon this fix?
Comment #8
darkodev commentedPatch works.
Another respectful request for maintainer to push this so that we can install the module with composer.
Comment #9
alexmoreno commentedsame, patch works, but it's making it quite a nightmare to update to D9 with composer with no actual version published :-(
Comment #10
alexmoreno commentedit's lacking a composer.json as well
Comment #14
alexmoreno commentedI have created this MR: https://git.drupalcode.org/project/embed_view_block/-/merge_requests/3/d...
and this branch: https://git.drupalcode.org/issue/embed_view_block-3136178/-/tree/dev-313...
which contains the changes from 3136178-2.patch
You just need to tell composer where to find them:
then add this package:
which points to the branch I was mentioning onthe beginning.
From there, just run a composer update and all should install just fine.
For a much longer explanation see https://www.mediacurrent.com/blog/how-fix-catch-22-problem-drupal-9-fixe...
I hope it helps.
Comment #15
jackfoust commentedIf you're trying Alex's solution in #14 and you run into permission errors, make sure you've added your SSH key to your drupal.org profile.
Comment #16
bigjim commentedAnother vote for committing patch, the solution in #14 doesn't work if you are compiling site using composer on Pantheon as Pantheon runs into the permission issues sited in #15, as Pantheon does not have a public key registered with GitLab :(.
Comment #17
alexmoreno commentedyes, I'm suddenly having issues as well. Can somone please commit this ?
Comment #18
alexmoreno commentedjust a note on this, my issue was related to the ssh key not being propagated correctly in the docker container I was using.
I simply run:
```ddev auth ssh```
and everything was fine afterwards. You may be hitting a similar problem with Vagrant or docker.
Fix:
Comment #19
WebbehThanks for your patience as I was added as a co-maintainer. Fixed and credited.