4630: Unused variable in reviewboard/datagrids/columns.py

david

What version are you running?

release-4.0.x @ac9782805

The user column recently had some updates, and there's now some dead code. We can get rid of the "user_url" assignment in UsernameColumn.render_data. See https://sonarcloud.io/project/issues?id=reviewboard&issues=AWDsgs8iikuHJGLsZjhp&open=AWDsgs8iikuHJGLsZjhp for the actual code.

david
#1 david
  • +EasyFix
#2 ridum

I would love to try this out and fix it as my first small bug fixing.

#3 jtrang

I'll take this

#4 jtrang

Oops! I'm late, nevermind...

david
#5 david

Fixed in release-3.0.x (8a8fd3e).

  • -New
    +Fixed