1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-04 05:17:40 +03:00

Bug #4357: Do not retrieve VNC_WSS from the USER template

This commit is contained in:
Daniel Molina 2016-02-26 10:42:33 +01:00
parent 5fb6f6383a
commit 2834b2a8f0

View File

@ -431,7 +431,6 @@ post '/config' do
end
session[:lang] = user['TEMPLATE/LANG'] if user['TEMPLATE/LANG']
session[:vnc_wss] = user['TEMPLATE/VNC_WSS'] if user['TEMPLATE/VNC_WSS']
session[:default_view] = user['TEMPLATE/DEFAULT_VIEW'] if user['TEMPLATE/DEFAULT_VIEW']
session[:table_order] = user['TEMPLATE/TABLE_ORDER'] if user['TEMPLATE/TABLE_ORDER']
session[:display_name] = user[DISPLAY_NAME_XPATH] || user['NAME']