Skip to content

Commit acc922c

Browse files
committed
Fix xml format output issue
1 parent bdb319a commit acc922c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/redmine_gtt/patches/projects_helper_patch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def render_api_includes(project, api)
1818
super
1919
api.array :layers do
2020
project.gtt_tile_sources.each do |gtt_tile_source|
21-
api.layer(gtt_tile_source)
21+
api.layer(gtt_tile_source.attributes)
2222
end
2323
end if include_in_api_response?('layers')
2424
end

0 commit comments

Comments
 (0)