russjohnson / SplashCMS

CFML based CMS built on CFWheels. Designed to be extremely simple and elegant.
http://www.splashcms.com
26 stars 18 forks source link

Empty page parts #31

Closed raulriera closed 6 years ago

raulriera commented 14 years ago

I though that line 57 of pages.js

var tab_title = $tab_title_input.val() || 'Tab ' + tab_counter;

Was causing the page parts to fail if someone didn't entered a name for it. The system currently sets the title but when saving the title goes NULL in the database and then making unclickable the tab. I tried removing the space between "tab" and the tab_counter, but that didn't help