Filter instances by project name abnormally

Bug #1521912 reported by Haobo Liu
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Invalid
Undecided
Haobo Liu

Bug Description

When i try to filter instances by image id, status, name or ip address and so on,
it will works fine.

But i first time try to filter instances by project name or
filter instances by project name after filter it by other options,
the result will not map my wanna and just redirect to 'admin/instances/'.

Does this conform to the query logic?

The source as follow:
         horizon/horizon/tables/views.py -> DataTableView.post

         def post(self, request, *args, **kwargs):
        # If the server side table filter changed then go back to the first
        # page of data. Otherwise GET and POST handling are the same.
        if self.handle_server_filter(request):
            return shortcuts.redirect(self.get_table().get_absolute_url())
        return self.get(request, *args, **kwargs)

Tags: filter
zhengyue (zhengyue-5)
Changed in horizon:
status: New → Incomplete
status: Incomplete → Confirmed
Haobo Liu (liuhaobo)
Changed in horizon:
assignee: nobody → Haobo Liu (liuhaobo)
Revision history for this message
Haobo Liu (liuhaobo) wrote :

This 'bug' is produce on juno version.

Revision history for this message
Gary W. Smith (gary-w-smith) wrote :

This works correctly in Pike. Marking as invalid. If this issue still exists,
please feel free to reopen it.

Changed in horizon:
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.