Cannot sort the bugs on 'linux' by number in descending order when not logged in

Bug #2121825 reported by Aaron Rainbolt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Confirmed
Medium
Unassigned

Bug Description

Steps to reproduce:

* Open a private/incognito window.
* Open https://bugs.launchpad.net/ubuntu/+source/linux in that window.
* Click on "Number" to sort by bug number in descending order.

Expected result: Sort works properly:

Actual result: A popup appears stating "Server error, please contact an administrator."

This does not appear to happen when logged into Launchpad. If you do this in an incognito browser window, or in a browser window where you aren't signed in, the issue doesn't occur and sorting bugs in descending order works just fine. This issue also doesn't seem to affect all packages.

Revision history for this message
RuinedYourLife (ruinedyourlife) wrote :

in the "steps to reproduce", you said that sorting i descending order fails
i tried this in a incognito browser and can confirm this

a bit after tho, you said "and sorting bugs in descending order works just fine"
i'm guessing you meant ascending? because ascending did work for me
i simply clicked again on "Number", and no error + ascending order

thanks for reporting this

Changed in launchpad:
status: New → Triaged
importance: Undecided → Low
importance: Low → Medium
status: Triaged → Confirmed
Revision history for this message
Jürgen Gmach (jugmac00) wrote :

The related oops is
https://oops.canonical.com/?oopsid=OOPS-32d12a44277f150cbafc32e411b086bf

```
Traceback
  AttributeError: 'JsonModelNamespaceView' object has no attribute 'publishTraverse'

    Traceback (most recent call last):
  Module zope.publisher.publish, line 143, in publish
    obj = request.traverse(obj)
  Module zope.publisher.browser, line 598, in traverse
    ob = super(BrowserRequest, self).traverse(obj)
  Module zope.publisher.http, line 516, in traverse
    ob = super(HTTPRequest, self).traverse(obj)
  Module zope.publisher.base, line 263, in traverse
    obj = publication.traverseName(self, obj, entry_name)
  Module zope.app.publication.zopepublication, line 193, in traverseName
    ob2 = ob.publishTraverse(request, nm)
AttributeError: 'JsonModelNamespaceView' object has no attribute 'publishTraverse'
```

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.