Currently it is not possible to export Social Login settings either via Drupal config export or features. The settings saved in {oneall_social_login_settings} should be stored in Drupals config system instead. An update path would be required, to migrate existing settings from their own table to Drupals config storage.

Comments

sch4lly created an issue. See original summary.

sch4lly’s picture

Status: Active » Needs review
StatusFileSize
new4.31 KB

Here's a patch.

jaxxed’s picture

question: does it make sense to put any default settings for the config into ./config/install/XXX.yml ?

ElegguaDP’s picture

StatusFileSize
new3.64 KB

This is more correct patch because hook_install and hook_uninstall are removed from stable branch @see https://www.drupal.org/node/2759215

dtv_rb’s picture

Patch works fine!

This should be merged to the module ASAP to prevent conflicts with future changes to the oneall settings table.

Also the update key 8001 could be overwritten/used in a future release, which would lead to these updates not being executed.

omar alahmed’s picture

#4 works successfully with me but I think config/install and config/schema directories should be defined in the module root, with the default module config and schema.

dtv_rb’s picture

#4 no longer works with the latest version of the module.

ClaudeSchlesser’s picture

Status: Needs review » Postponed

Hello,

I will manually merge the patch into the next version!

Best Regards,

dtv_rb’s picture

This new patch can be used until the next version.

a.sotirov’s picture

Hello,
I have just created a patch for version 8.x-2.89. It would be good to consider implementing this functionality on the new stable release.

Best Regards,
Atanas Sotirov

a.sotirov’s picture

Here is the updated patch with \Drupal::database() service.

Best Regards,
Atanas Sotirov

a.sotirov’s picture

Fixed empty $connection->query() missed code.

keopx’s picture

Version: 8.x-1.1 » 8.x-2.89
Category: Feature request » Task
Status: Postponed » Needs work

I think that is important to work for the futur

keopx’s picture

Status: Needs work » Reviewed & tested by the community

I tested patch #12

keopx’s picture

Status: Reviewed & tested by the community » Needs work

Pending to resolve messenger dependencies on constructor...

keopx’s picture

Here reroll patch for Drupal 9 Support.

keopx’s picture

Status: Needs work » Needs review