alphalemon / AlphaLemonCmsBundle

This project has been moved to https://github.com/redkite-labs/RedKiteCmsBundle
Other
26 stars 23 forks source link

Bug for long page name #17

Closed gaelb80 closed 12 years ago

gaelb80 commented 12 years ago

Seems that al page tree rely on page name to check if page exists, so when you edit a page with long name, the name is truncate in select so cannot save the page.

Solution : remove truncate in AlphaLemonCmsBundle:Cms:menu_combo.html.twig and set a css width to avoid large select ?