dchun / QuoteManager

Saas App for Managing Quotes and getting paid
https://quotemanager.boopis.com
0 stars 0 forks source link

Formbuilder Custom Fields Renders Duplicate Fields #100

Closed dchun closed 9 years ago

dchun commented 9 years ago

On form#new view, if I add any field from the custom fields section, duplicate fields appear. And when I delete a field, after confirmation, the screen remains in an opaque state.

phuong3030 commented 9 years ago

We no need to use application.js file. https://github.com/boopis/QuoteManager/pull/102

phuong3030 commented 9 years ago

I have updated new code to test server.

phuong3030 commented 9 years ago

https://github.com/boopis/QuoteManager/pull/103

dchun commented 9 years ago

I think this was caused when I was resolving a conflict where we were both modifying the rendering of assets based on views. Can you make sure that instead of applications.js being rendered in the layouts view that the new file you created for shared is added? And can you remove the bootstrap js requirements since we are not using those js files for guests?

phuong3030 commented 9 years ago

About reducing resource, i change back to render application.js with jquery, bootstrap and tiny custom script and separated file for each specific page (https://github.com/boopis/QuoteManager/pull/103).

I will remove bootstrap js in index page.