We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb319a commit acc922cCopy full SHA for acc922c
lib/redmine_gtt/patches/projects_helper_patch.rb
@@ -18,7 +18,7 @@ def render_api_includes(project, api)
18
super
19
api.array :layers do
20
project.gtt_tile_sources.each do |gtt_tile_source|
21
- api.layer(gtt_tile_source)
+ api.layer(gtt_tile_source.attributes)
22
end
23
end if include_in_api_response?('layers')
24
0 commit comments