Don't erase old publcations, so that the relations don't disappear.
[redakcja_redmine.git] / app / controllers / publications_controller.rb
index fd623b9..c7a1194 100644 (file)
@@ -14,8 +14,6 @@ class PublicationsController < ApplicationController
 
   def refresh
     regexp = Regexp.new(Setting.plugin_redmine_publications[:pattern])
-    Publication.delete_all()
-
     repo = Repository.find(:first, :conditions => ['project_id = ?', Setting.plugin_redmine_publications[:project]] )
 
     Rails.logger.info('[INFO] Importing changes from ' << repo.url)