Commit 61c35502e916c834d85bda40cc31f9e35f262407
1 parent
8a213fa7
Exists in
staging
and in
4 other branches
rename attributes from 'server_url' to 'dspace _server_url'
Showing
4 changed files
with
4 additions
and
4 deletions
Show diff stats
plugins/dspace/views/cms/dspace_plugin/_collection.html.erb
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | |
7 | 7 | <%= hidden_field_tag 'article[parent_id]', @article.parent_id %> |
8 | 8 | |
9 | -<% dspace_server_url = @article.parent.server_url %> | |
9 | +<% dspace_server_url = @article.parent.dspace_server_url %> | |
10 | 10 | |
11 | 11 | <% dspace_client = Dspace::Client.new(dspace_server_url) %> |
12 | 12 | ... | ... |
plugins/dspace/views/cms/dspace_plugin/_communityy.html.erb
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | |
7 | 7 | <%= hidden_field_tag 'article[parent_id]', @article.parent_id %> |
8 | 8 | |
9 | -<% dspace_server_url = @article.parent.server_url %> | |
9 | +<% dspace_server_url = @article.parent.dspace_server_url %> | |
10 | 10 | |
11 | 11 | <% dspace_client = Dspace::Client.new(dspace_server_url) %> |
12 | 12 | ... | ... |
plugins/dspace/views/content_viewer/collection.html.erb
plugins/dspace/views/content_viewer/community.html.erb