• 
      

    Fix transferring of webapi decorator information.

    Review Request #4685 — Created Oct. 6, 2013 and submitted

    Information

    Djblets
    release-0.7.x

    Reviewers

    Fix transferring of webapi decorator information.

    The recent code to transfer webapi decorator information across
    decorators and to intelligently merge them had a couple issues. The
    @webapi_permission_required decorator was overwriting data, causing the
    errors it sets to go away, and the code to merge checked some state too
    late.

    Unit tests passed.

    reviewbot
    1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
      djblets/webapi/decorators.py
      Ignored Files:

    2. 
        
    reviewbot
    1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
      djblets/webapi/decorators.py
      Ignored Files:

    2. 
        
    david
    1. Ship It!

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed