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

tirdadc’s picture

Did you place the context editor block in a region? That may be causing it.

gmclelland’s picture

Status: Active » Fixed

HI @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.

gmclelland’s picture

Status: Fixed » Active

Problem showed its head again. This happens when I had the following in my .info file
variables[admin_toolbar][blocks][boxes-boxes_add__simple] = -1

In 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

jec006’s picture

Placing 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.

gmclelland’s picture

Status: Active » Closed (fixed)

Thanks @jec006 for reminding me about this. I forgot that I had disabled the context module.