1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Bug #4655: Add :zone_id to session on zone change

(cherry picked from commit 0236744cabcd161f7ec9f4b9cda1edeb418c6a0a)
This commit is contained in:
Carlos Martín 2016-07-19 14:52:03 +02:00
parent 12dec15bc7
commit e446343f66

View File

@ -382,6 +382,7 @@ before do
session[:active_zone_endpoint] = z['TEMPLATE/ENDPOINT']
session[:zone_name] = env['HTTP_ZONE_NAME']
session[:zone_id] = z.id
end
}