Skip to content

Commit c034574

Browse files
mbasasanak
authored andcommitted
added baselayer to selected data
1 parent 0a6fde3 commit c034574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/gtt_tile_sources_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def destroy
6161
def tile_source_params
6262
return {} unless params[:tile_source]
6363

64-
params[:tile_source].permit( :name, :type, :global, :position,
64+
params[:tile_source].permit( :name, :type, :baselayer, :global, :position,
6565
:default, :options_string )
6666
end
6767
end

0 commit comments

Comments
 (0)