Closed (fixed)
Project:
Boxes
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Dec 2011 at 22:55 UTC
Updated:
3 Feb 2012 at 18:40 UTC
Jump to comment: Most recent file
Filling in the additional classes field on a box and saving does not retain the value.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1370056-additional-css-classes-not-saved-3.patch | 823 bytes | tirdadc |
Comments
Comment #1
mattyohe commentedI also see this. The workaround currently is to just apply CSS classes via the inline editor via the contextual link "Edit Box".
Comment #2
tirdadc commentedThis works fine through the Context UI / Context Field interface, but it does not work through the admin/structure/block interface. I'm investigating it.
Comment #3
tirdadc commentedHere's a patch that forces boxes_box_form_submit as the submit handler for boxes when you're creating or modifying them through the regular block admin interface. Doing this allows any additional components to be saved properly.
Comment #4
jec006 commentedThis works for me
Comment #5
tirdadc commentedGreat, committed. Thanks!
http://drupalcode.org/project/boxes.git/commitdiff/4e5bd85
Comment #6
rafinskipg commentedWhen will the next stable release be done? Thanks
Comment #7
tirdadc commentedAs soon as the box edit form in a pop-up patch goes through. More testing of that one would be welcome.