The voting widgets are not visible to anonymous/unregistered users while the voting score/points is visible.

Comments

sudhanshug created an issue. See original summary.

plazma’s picture

Looks like the problem is in the vud.module file
on line 20 it reads

return $account->hasPermission("use Vote Up/Down");

it should actually read

return $account->hasPermission("use vote up/down");

which is lowercase as defined in the vud.permissions.yml

plazma’s picture

  • marvil07 committed 29167d1 on 8.x-1.x authored by plazma
    Issue #2906689 by plazma: Voting widget not visible to anonymous users
    

marvil07 credited marvil07.

marvil07’s picture

Assigned: sudhanshug » Unassigned
Status: Active » Fixed

@plazma Thank for taking the time to provide a patch!

It is now on 8.x-1.x.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.