Commit 010a348b547ca415f1b71fd86cf8897300f9672c
1 parent
0a4c20a4
Exists in
master
and in
5 other branches
Change link of task CreateSoftware to new action of edit
Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/create_software.rb
@@ -107,7 +107,7 @@ class CreateSoftware < Task | @@ -107,7 +107,7 @@ class CreateSoftware < Task | ||
107 | identifier = Community.where(:name => self.name).first.identifier | 107 | identifier = Community.where(:name => self.name).first.identifier |
108 | # The use of url_for doesn't allow the /social within the Public Software | 108 | # The use of url_for doesn't allow the /social within the Public Software |
109 | # portal. That's why the url is mounted so 'hard coded' | 109 | # portal. That's why the url is mounted so 'hard coded' |
110 | - url = "#{environment.top_url}/myprofile/#{identifier}/profile_editor/edit" | 110 | + url = "#{environment.top_url}/myprofile/#{identifier}/profile_editor/edit_software_community" |
111 | end | 111 | end |
112 | 112 | ||
113 | end | 113 | end |