jrief / djangocms-cascade

Build Single Page Applications using the Django-CMS plugin system
MIT License
165 stars 85 forks source link

Cant set Column Width's in one try #24

Closed JeremyBYU closed 8 years ago

JeremyBYU commented 10 years ago

Okay so I figured out how to change the column width on the cms. However I noticed a small little bug (at least I think it is). For example if you have a Default Width (xs-col) and it is set at 4 already, and you want to change it to 12 you can. But if you want to change the width for the "Width for Devcies > 768 px" to 6 it will not be possible, it will only let you go to 4.
However if you save the form. Then open it up again it will now let you go to 6.

Basically the default width limits the choices of the other dropdowns. However if you change that defualt width it will not update the available options in the other dropdowns. You will have to save the form then reopen again. cms_cascade_error

jrief commented 10 years ago

This was a bad idea indeed at that time.

Please check out the preview of the next version: https://github.com/jrief/djangocms-cascade/tree/derive-from-CascadeModelBase I also prepared 3 low quality screencasts to explain the new features: http://youtu.be/xhdZgZ7qF-0 http://youtu.be/QcSf6RQRTUI http://youtu.be/0osuQxeLI_k

JeremyBYU commented 10 years ago

Really great screen casts. I'm definitely going to try out this next version. Is it ready for production yet? Also does that picture plugin come included. I mean that I saw you have the option to put a Picture in from a plugin under the bootstrap options.

jrief commented 10 years ago

Renamed the branch to 0.4.0. I'am currently using it in a project. Needs more docs and unit test to release it.

rfleschenberg commented 8 years ago

I think this issue has been fixed. Closing.