Skip to content

Commit

Permalink
Fix profile tagging display in socialbase
Browse files Browse the repository at this point in the history
It's a bit weird to add a patch for something we manage. However we have
a chicken/egg problem. We can't add the new twig file to socialbase
because it'll break the existing profile tagging functionality. However,
we require it to properly display the new profile tagging display
structure and pass our tests.

We include the patch until the profile refactor is released, then we can
tag a new socialbase version with the fix and update within Open Social
while removing the patch.
  • Loading branch information
Kingdutch committed Aug 22, 2023
1 parent 540e778 commit 2e51781
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@
"drupal/paragraphs": {
"Integrity constraint violation: 1048 Column 'langcode' cannot be null": "https://www.drupal.org/files/issues/2019-07-10/paragraphs-set_langcode_widgets-2901390-29.patch"
},
"drupal/socialbase": {
"Issue #3382629: Fix profile tagging display after profile refactor": "https://www.drupal.org/files/issues/2023-08-22/socialbase-3382629-3.patch"
},
"drupal/profile": {
"Issue #3380160: Fix race condition for user registration and profile creation": "https://www.drupal.org/files/issues/2023-08-09/profile-3380160-6.patch",
"Issue #3380199: ProfileLabelEvent PHP types hinder internationalization": "https://www.drupal.org/files/issues/2023-08-09/profile-3380199-3.patch"
Expand Down

0 comments on commit 2e51781

Please sign in to comment.