nkoporec
nkoporec
If you don't have the internet connection and open the app, it will display the no internet warning, when you connect to the internet the app should try to auto-reconnect...
## 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 I want to create a subpage on /node/{id)/page , that renders a form. As part of the requirements, this page should include all menu local tasks that are...
## Problem If you enable social tagging module and set profile tagging then the 'Newest Members' block stops showing users. ## Solution Only alter the config when on view.newest_users.page_newest_users display....
## Problem We have in issue where certain activities (such as 'User 1 created a new topic') are not shown to logged in users, even though the topic visibility is...
## Problem We see the introduction text on the persons overview(search/users) when the new field summary is empty. This is not the desired behavior. If the summary field is empty,...
## Problem In issue https://www.drupal.org/project/social/issues/3453509 we discussed removing the hook to automatically add the field_grequest_message. In order for that change to work we also need to remove any "hard-coded" assumptions...
## Problem In issue https://github.com/goalgorilla/open_social/pull/3923 we discussed removing the insert hook, but before doing that we need to remove any reference to that field. One reference is in the SocialGroupRequestConfigOverride.php...
## Problem (for internal) Currently we don't have the eventEnrollmentCreate event. ## Solution (for internal) Create an eventEnrollmentCreate event based on the specification. ## Release notes (to customers) ## Issue...
## Problem (for internal) Currently we don't have user cancels enrollment to the event. ## Solution (for internal) Add this event. **The PR is based on this branch https://github.com/goalgorilla/open_social/pull/4136, so...