From 6ed264c198cd6fb110522b36cea0ba1860cb3808 Mon Sep 17 00:00:00 2001 From: lukemelia Date: Mon, 20 Nov 2006 12:28:55 +0000 Subject: [PATCH] Fixes #401. "When adding a Project on the projects page, the form is submitted and Project added, but the page does not update to show the new Project (a manual refresh is needed)." git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@353 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/app/views/project/create.rjs | 1 - 1 file changed, 1 deletion(-) diff --git a/tracks/app/views/project/create.rjs b/tracks/app/views/project/create.rjs index 000e7ff2..553695dc 100644 --- a/tracks/app/views/project/create.rjs +++ b/tracks/app/views/project/create.rjs @@ -1,5 +1,4 @@ if @saved - page.hide "warning" page.insert_html :bottom, "list-projects", :partial => 'project_listing', :locals => { :project_listing => @project } page.sortable "list-projects", get_listing_sortable_options page.call "Form.reset", "project-form"