open_social
open_social copied to clipboard
Open Social install profile for Drupal
## Problem Tile teasers content on resources library page on mobile is not visible ## Solution Change css ## Issue tracker [3304336](https://www.drupal.org/project/social/issues/3304336) ## Theme issue tracker N/A ## How to...
Updates the requirements on [drupal/core-composer-scaffold](https://github.com/drupal/core-composer-scaffold) to permit the latest version. Commits 5f37a9e Issue #3283498 by Mile23, alexpott: Scaffold ReplaceOp::copyScaffold() throws... 3286dbf Issue #3088730 by Spokje, anmolgoyal74, ankithashetty, Mile23, longwave, nare......
Updates the requirements on drupal/graphql to permit the latest version. Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger...
## Problem PHPStan fixes for https://github.com/goalgorilla/open_social/pull/2770 ## Solution 1. Comment out phpstan-baseline in phpstan.neon file. 2. Analyse using PHPStan 3. Refactor the code according to feedback. ## Issue tracker N.A...
## Problem The "Visibility" field has a tooltip only for groups and nodes. ## Solution Extend functionality which manages the visibility field to cover all entity types. ## Issue tracker...
## Problem 1. The default value for the "Book" field equals "None" which doesn't make any sense and after creating a new book with the default value "NONE" this book...
## Problem The override given in https://github.com/goalgorilla/open_social/blob/11.1.x/modules/social_features/social_event/modules/social_event_an_enroll_enrolments_export/src/SocialEventAnEnrollEnrolmentsExportOverrides.php causes the pre-configured "actions" on the manage enrollment page to be removed once the `social_event_an_enroll_enrolments_export` module is enabled. This is an un-required override...
## Problem In order not to have a "pop-up disco" with profile preview: - https://user-images.githubusercontent.com/16086340/183505066-234fb54f-51d5-4195-8d3e-1942374b6e79.mov Can we slow the interface down a bit and improve the animation so it doesn't...
## Problem If we have a following content tags structure: ``` 1.Gloves 1.1 Seamless 1.1.1 Kevlar 1.1.1.1 Shell 1.1.1.2 Dots 1.1.1.3 Coated 1.2 mechanics 1.3 cut and sewn 2.Apparels 2.1...
## Problem The update script `social_event_update_10306()` does not finish if the field `field_event_enable_enrollment` is not present or empty. This situation was encountered while updating from **Open Social** `10.2.2` to `11.3.3`....