Needs review
Project:
OneAll Social Login
Version:
8.x-2.89
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2016 at 15:29 UTC
Updated:
22 Oct 2021 at 07:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sch4lly commentedHere's a patch.
Comment #3
jaxxed commentedquestion: does it make sense to put any default settings for the config into ./config/install/XXX.yml ?
Comment #4
ElegguaDP commentedThis is more correct patch because hook_install and hook_uninstall are removed from stable branch @see https://www.drupal.org/node/2759215
Comment #5
dtv_rb commentedPatch 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.
Comment #6
omar alahmed#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.
Comment #7
dtv_rb commented#4 no longer works with the latest version of the module.
Comment #8
ClaudeSchlesser commentedHello,
I will manually merge the patch into the next version!
Best Regards,
Comment #9
dtv_rb commentedThis new patch can be used until the next version.
Comment #10
a.sotirov commentedHello,
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
Comment #11
a.sotirov commentedHere is the updated patch with
\Drupal::database()service.Best Regards,
Atanas Sotirov
Comment #12
a.sotirov commentedFixed empty
$connection->query() missed code.Comment #13
keopxI think that is important to work for the futur
Comment #14
keopxI tested patch #12
Comment #15
keopxPending to resolve messenger dependencies on constructor...
Comment #16
keopxHere reroll patch for Drupal 9 Support.
Comment #17
keopx