From c2058a4456395f95354c101d11926d86b36ef366 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 7 Nov 2010 22:12:23 +0100 Subject: [PATCH] fix symposium --- templates/conference/Registration.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/conference/Registration.html.ep b/templates/conference/Registration.html.ep index bd71c05..c8145b3 100644 --- a/templates/conference/Registration.html.ep +++ b/templates/conference/Registration.html.ep @@ -69,7 +69,7 @@ console.debug( 'reset', current_symposium, this.registration, this.$location.has // save symposium to separate resource if ( registration.type == 'symposium' ) { - if ( ! self.symposium.works ) { + if ( ! self.symposium ) { self.registration.symposium.$id = registration.$id; // reuse $id of first work for symposium self.symposium = new self.Symposium( registration.symposium ); self.symposium.works = []; -- 2.20.1