Unable to delete image and update image title

Bug #1448013 reported by alexanderfefelov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Network Administration Visualized
Fix Released
Medium
Christian Strand Young

Bug Description

Apache reports:

[error] File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 109, in get_response
[error] response = callback(request, *callback_args, **callback_kwargs)
[error] TypeError: delete_image() got an unexpected keyword argument 'roomid'

and

[error] File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 109, in get_response
[error] response = callback(request, *callback_args, **callback_kwargs)
[error] TypeError: update_title() got an unexpected keyword argument 'roomid'

Changed in nav:
assignee: nobody → Christian Strand Young (lizter)
Revision history for this message
Christian Strand Young (lizter) wrote :

It seems some pylinting process made this break. I have changed the design so that we don't need to pass unused parameters to the views that relate to - in this context - independant image objects.

Suggest fix is part of this pull request: https://bitbucket.org/mbrekkevold/nav-mirror/pull-request/102/fix-for-lp-1448013-and-some-improvements/diff

Changed in nav:
status: New → Fix Committed
milestone: none → 4.3.0
importance: Undecided → Medium
Changed in nav:
milestone: 4.3.0 → trunk
Changed in nav:
status: Fix Committed → Fix Released
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.