devoxx / cfp-speaker

Call for Paper frontent web application for speakers proposals
5 stars 12 forks source link

cannot edit existing talks (eg from Devoxx 2012) #26

Closed jayv closed 11 years ago

jayv commented 11 years ago

TypeError: Cannot read property 'tracks' of null at http://localhost:9000/scripts/speaker/SubmitProposal.js:79:54 at http://localhost:9000/components/unstable-angular-complete/angular.js:10043:11 at wrappedCallback (http://localhost:9000/components/unstable-angular-complete/angular.js:7509:59) at wrappedCallback (http://localhost:9000/components/unstable-angular-complete/angular.js:7509:59) at http://localhost:9000/components/unstable-angular-complete/angular.js:7582:26 at Object.Scope.$eval (http://localhost:9000/components/unstable-angular-complete/angular.js:8926:28) at Object.Scope.$digest (http://localhost:9000/components/unstable-angular-complete/angular.js:8789:23) at Object.$delegate.proto.$digest (:833:31) at Object.Scope.$apply (http://localhost:9000/components/unstable-angular-complete/angular.js:9012:24) at Object.$delegate.proto.$apply (:844:30)

stephanj commented 11 years ago

The Devoxx'12 event doesn't have any tracks nor types defined in the admin, so its normal that these are null.

jayv commented 11 years ago

There's still an error after re-enabling the tracks and types, to be investigated

jayv commented 11 years ago

Server needs to send all events not only active, client needs to filter inactive events for new proposals