Results 8 comments of Kevin Collignon

Any suggestions @iStefo ?

@SixiS thanks! can't wait to see what you come up with. Much appreciated.

@dwbutler has there been any resolution for this?

@NanoMeko were you ever able to resolve this?

@HeroicEric sure! I should've included that in the original writeup. I have a grouped list... ![screen shot 2015-04-21 at 10 22 51 am](https://cloud.githubusercontent.com/assets/489403/7258293/6ffa0156-e810-11e4-805d-67fb5489b31f.png) When I create a new record, it...

I have an action in my controller that creates it using Ember data and form fields. ``` javascript actions: createDocumentFormat: -> fields = @get('fields') fields.organization_id = @get('controllers.application.selectedOrgId') fields.category = @get('selectedDocumentFormatType')...