When calling /node/add/task there is an error message about a missing argument 2 in stormtask.module in line 364:

The original line is

if (!stormorganization_access($node->organization_nid)) {

and that should be

if (!stormorganization_access('view', $node->organization_nid)) {

Comments

Magnity’s picture

Status: Active » Closed (duplicate)

Are you on latest -dev? (As in - literally today's?)

This issue was fixed yesterday as part of #622732: It's possible to create a task whose internal logic is not respected.

However - checking this out did lead me to notice some really bad grammar in the error message - so I'll fix that instead!

Diff: http://drupalcode.org/viewvc/drupal/contributions/modules/storm/stormtas...

jurgenhaas’s picture

I was quite sure I have had the latest version when reporting this issue, however, it's at least resolved by now with the release from Nov 28. Thanks.

Magnity’s picture

Must have crossed paths with the release updating - anyway - all is well if it works now.