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

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

This commit is contained in:
Daniel Molina 2016-02-26 10:45:55 +01:00
parent 0064f572b8
commit 7771ed8346

View File

@ -504,7 +504,6 @@ post '/config' do
end
session[:lang] = user[LANG_XPATH] if user[LANG_XPATH]
session[:vnc_wss] = user['TEMPLATE/VNC_WSS'] if user['TEMPLATE/VNC_WSS']
session[:default_view] = user[DEFAULT_VIEW_XPATH] if user[DEFAULT_VIEW_XPATH]
session[:table_order] = user[TABLE_ORDER_XPATH] if user[TABLE_ORDER_XPATH]
session[:page_length] = user[TABLE_DEFAULT_PAGE_LENGTH_XPATH] if user[TABLE_DEFAULT_PAGE_LENGTH_XPATH]