Closed (fixed)
Project:
Drupal Connector for Janrain Identity Cloud
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2019 at 11:53 UTC
Updated:
8 Feb 2019 at 17:29 UTC
Jump to comment: Most recent
Comments
Comment #2
yago elias commentedComment #4
renatog commentedChange comment: "Delete entity from Janrain." because this function will not delete entity on janrain.
Suggestion: "Entity Delete on Janrain."
Description: Change function name from "getFullClient" to "getDirectClient"
Reason: "fullAccess" is "Owner" on Janrain and in Super Admin we're using Direct Access.
P.s. Update the code with these call. E.g:
From:
$full_client = $this->getFullClient();To:
$direct_client = $this->getDirectClient();Comment #5
yago elias commentedsee commit 65968e4b01bc82d6bec61780d1f6b06ec9defc16
Comment #6
renatog commentedChecked: https://cgit.drupalcode.org/janrain_connect/commit/?id=65968e4b01bc82d6bec61780d1f6b06ec9defc16 and really works good!
Thank you very much @Yago and @ljcarnieri
Comment #7
renatog commented