← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1479799] Re: Ajax update of table rows not working in Horizon

 

Unable to replicate this bug.  If its still a problem, please attach
more information so we can try and recreate it.

** Changed in: horizon
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1479799

Title:
  Ajax update of table rows not working in Horizon

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Hi iam using Kilo openstack My problem is when i create a new instance
  through horizon the request is submitted and the list will be updated
  with this current instance , But the status of the instance is not
  getting updated (instance status is in spawwing all the time if donot
  refresh) and if i refresh the page my instance will be in active state
  , The problem here is ajax updation of the status row is not happening
  , Ajax update in not happening for image creation , volume creation
  and deletion

  But when i comment the following lines in the function "def
  process_request(self, request):" in horizon/middleware.py

   if request.is_ajax():
          return None

  
  Then autopolling is happening and the rows are automatically updated with out any refresh

  Please help me ???

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1479799/+subscriptions


References