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.

Command icon 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

ded created an issue. See original summary.

markconroy’s picture

Category: Bug report » Task
Priority: Critical » Normal

Hi @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'.

markconroy’s picture

  • markconroy committed 32cb59c3 on 1.0.x authored by ded
    Issue #3531298 by ded, markconroy: Typo in variable name
    
markconroy’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.