Bug #1198
Filtering monitoring information in sunstone
Status: | Closed | Start date: | 03/30/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Hector Sanjuan | % Done: | 100% | |
Category: | Sunstone | |||
Target version: | Release 3.4 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 3.4 |
Description
Use
:uid => session[:user_id].to_i,
:gid => session[:user_gid].to_i)
instead of
:uid => session[:user_id],
:gid => session[:user_gid])
in sunstone-server.rb
Associated revisions
Bug #1198: Apply suggested to_i
Bug #1198: Apply suggested to_i
(cherry picked from commit 73cb2add62090717c27b178aea80602e3efbdb11)
Bug #1198: Apply suggested to_i
(cherry picked from commit 73cb2add62090717c27b178aea80602e3efbdb11)
History
#1 Updated by Hector Sanjuan over 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- Resolution set to fixed