Bug Fix: NOT_LOGGED_IN causes dashboard to throw an error

Review Request #2068 — Created Jan. 26, 2011 and submitted

Information

Djblets
extensions

Reviewers

I suspect that NOT_LOGGED_IN got missed during a merge with master. This caused the dashboard to throw a trace. This solves the error.
Manual
KA
KA
mike_conley
  1. Hey - just one piece of feedback (see below).
  2. djblets/webapi/resources.py (Diff revision 1)
     
     
     
     
     
     
     
    Generally, in RB development, we tend to put unordered lists of elements like this into alphabetical order.  So, can you update this in this order:
    
    DISABLE_EXTENSION_FAILED,
    DOES_NOT_EXIST,
    ENABLE_EXTENSION_FAILED,
    NOT_LOGGED_IN,
    PERMISSION_DENIED,
    WebAPIError
    
  3. 
      
KA
Review request changed
mike_conley
  1. Thanks!  Committed in 5af40ae5
  2. 
      
Loading...