From 010a348b547ca415f1b71fd86cf8897300f9672c Mon Sep 17 00:00:00 2001 From: Luciano Prestes Cavalcanti Date: Mon, 2 Mar 2015 16:25:01 -0300 Subject: [PATCH] Change link of task CreateSoftware to new action of edit --- lib/create_software.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/create_software.rb b/lib/create_software.rb index 368376d..7b8b914 100644 --- a/lib/create_software.rb +++ b/lib/create_software.rb @@ -107,7 +107,7 @@ class CreateSoftware < Task identifier = Community.where(:name => self.name).first.identifier # The use of url_for doesn't allow the /social within the Public Software # portal. That's why the url is mounted so 'hard coded' - url = "#{environment.top_url}/myprofile/#{identifier}/profile_editor/edit" + url = "#{environment.top_url}/myprofile/#{identifier}/profile_editor/edit_software_community" end end -- libgit2 0.21.2