Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Jul 2012 at 14:12 UTC
Updated:
17 Jul 2012 at 18:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
guguss commentedOK, I could reproduce it.
It happened when I disable the demo module (clicking on "keep changes" on the blue demo bar).
The error comes from the fact that the commerce_kickstart_user module has a dependence on commerce_kickstart_reset module !
Comment #2
theo_ commentedJust removed the exported user permission 'view demo bar' from commerce_kickstart_user since we only allow the super admin to view & use the demo bar.
https://code.drupalcommerce.org/85
Comment #3
bojanz commentedMerged.
We'll be removing the demo bar soon anyway, so the current fix is perfect.