Closed (fixed)
Project:
Ubercart
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2008 at 19:03 UTC
Updated:
9 Jan 2009 at 19:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
Island Usurper commenteduc_stock also provides a link at /node/%/edit/stock, and your webforms are going to that page instead. Some part of the node is expected to be an array, but it isn't, so it throws an error.
I'm not sure what the best way to solve this is, so I'll leave this issue open.
Comment #2
rszrama commentedI'm not sure why webform is using a /stock tab, but I say let's just change it from /node/%/edit/stock to /node/%/edit/uc-stock. Perhaps we should review adding uc- for our other local tasks?
Comment #3
cha0s commentedGot a simple patch up for the stock task since it seems to be breaking stuff, but other local tasks will be namespaced as well. I post this patch here just so droopie can get the site working. =)
Thanks for reporting.
Comment #4
droople commentedI am sure the patch will be helpful to many.
My setup was on a test environment
cheers
Comment #5
rszrama commentedEasy enough. I'll commit this and we can start a new issue that references this one when we have a patch that addresses other local tasks.
Comment #6
cha0s commentedFor reference, issue has been created at http://drupal.org/node/351389