Line 21 of module has
$woskpace_id = $config->get('workspace_id');
it should be
$workspace_id = $config->get('workspace_id');
this prevents the module from working as the calls to netcall fails.
Issue fork netcall_ai_widget-3531298
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
markconroy commentedHi @ded
Thanks for filing this issue, let's get it fixed.
I'm going to downgrade it from Critical to Normal and from Bug to Task.
Reading the code in netcall_ai_widget.module, there is indeed that typo but the place it's called (a few lines later) using the same spelling. It looks to me like this is just a general 'task' rather than 'bug'.
Comment #4
markconroy commentedComment #6
markconroy commented