Closed (duplicate)
Project:
Storm
Version:
6.x-1.x-dev
Component:
Storm Task
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2009 at 14:50 UTC
Updated:
29 Nov 2009 at 21:05 UTC
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
Comment #1
Magnity commentedAre 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...
Comment #2
jurgenhaasI 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.
Comment #3
Magnity commentedMust have crossed paths with the release updating - anyway - all is well if it works now.