4883: List item view is using the wrong CSS class name

david

What version of Djblets are you using?

djblets release-2.0.x

Which module(s) have the problem?

JS ListItemView

What steps will reproduce the problem?

UIs which use Djblets' ListItemView on the client side are applying the wrong CSS class to items. This can be seen in Review Board's user preferences page, in sections such as "Groups" or "Authentication > API Tokens".

The JS code is applying the class djblets-c-config-forms-list-item, but it ought to be djblets-c-config-forms-list__item

david
#1 david
  • -Project:RBTools
    +EasyFix
    +Project:Djblets
Blazusiak
#2 Blazusiak

I would like to try and fix this one.

david
#3 david

Fixed in djblets release-2.0.x (7b96783).

  • -New
    +Fixed