Closed (fixed)
Project:
Boxes
Version:
7.x-1.0-beta7
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2012 at 18:13 UTC
Updated:
14 Feb 2012 at 20:24 UTC
This doesn't happen if I use 7.x-1.0-beta6. On a fresh install with my install profile, the Configure Box modal appears on every page load. It won't go away until you enter a box description and save it.
I'm not seeing any js errors. Any thoughts to what could be causing this?
Comments
Comment #1
tirdadc commentedDid you place the context editor block in a region? That may be causing it.
Comment #2
gmclelland commentedHI @tirdadc - The problem was in my install profile. I found it thanks to your help. I had some variable sets that were causing the problem. Everything works great now.
Comment #3
gmclelland commentedProblem showed its head again. This happens when I had the following in my .info file
variables[admin_toolbar][blocks][boxes-boxes_add__simple] = -1In my comment#2, I solved the problem by simply commenting that line out of my .info file.
Now when I go to admin/config/user-interface/admin and enable the "Boxes-Add custom box" and "Add block", the modal dialog reappears on every page. It won't let you click the cancel button either because it says a description is required.
Hope that helps
Comment #4
jec006 commentedPlacing the add x box block in any region will result in this behavior. You should not use these blocks except when using the context-editor (inline editor for context) this is their only purpose.
Comment #5
gmclelland commentedThanks @jec006 for reminding me about this. I forgot that I had disabled the context module.