browsermedia / browsercms

BrowserCMS: Humane Content Management for Rails
http://browsercms.org
GNU Lesser General Public License v3.0
1.17k stars 260 forks source link

cms_text_field is not getting updated with database value #747

Open pradnyakulkarni opened 9 years ago

pradnyakulkarni commented 9 years ago

In my application, i am using browser_cms for Product. I have created one column no_of_product_sold. i am modifying value of this field by some calculation. so when i am opening edit content page for product above mentioned field is not getting updated as per db value. but if i am putting value into this field from add content page then its reflecting on edit content page