If you combine FPA module with adminimal admin theme the permission page looks awful because the checboxes appear twice (see attached image): admin/people/permissions

CommentFileSizeAuthor
#2 without_fpa_ok.png66.67 KBrcodina
fpa_checkbox.png46.84 KBrcodina

Comments

rcodina created an issue. See original summary.

rcodina’s picture

StatusFileSize
new66.67 KB

I attached image without FPA enabled (theming is ok)

rcodina’s picture

Issue summary: View changes
rcodina’s picture

My current workaround is:

.dummy-checkbox {
    display: none !important;
}
BartNijs’s picture

Same problem here. Thanks for the simple workaround.

  • ANDiTKO committed 2c4d855 on 7.x-1.x
    Hide dummy checkbox in Fast Permissions Administration (FPA) see #...
ANDiTKO’s picture

Status: Active » Closed (fixed)

Thanks! is fixed in latest release.

rcodina’s picture

@ANDiTKO Thanks!