Scheduled Tasks Not showing Edit Icons

Scheduled Tasks Not showing Edit Icons

by Reza Mirdamadi -
Number of replies: 3

Hi

After our latest upgrade, in scheduled tasks, I don't have the EDIT icon (the gear). 

I have looked up everywhere on the internet to find out the reason but did not manage to find a single solution. 


Average of ratings: -
In reply to Reza Mirdamadi

Re: Scheduled Tasks Not showing Edit Icons

by Carlson Smith -
Same here. It also affects attendance plugin "actions" no edit gear of any icon for that matter is showing.

I really wish someone would answer this.
In reply to Reza Mirdamadi

Re: Scheduled Tasks Not showing Edit Icons

by Carlson Smith -
So I found what the problem is, but where to edit it is what is beating me now.

There is a class called "action-icon".

When I do an inspect on the location that the icon is supposed to be

" a.action-icon{visibility:hidden;}" appears. When the visibility property is changed to visible, it shows icons, not only here, but in the attendance plugin as well.

Only problem now, is where and how to change this properly.
In reply to Reza Mirdamadi

Re: Scheduled Tasks Not showing Edit Icons

by Carlson Smith -
Found a solution that works.

In your theme Raw SCSS section, put the code "a.action-icons{visibility:visibile;}". They should now appear and be interactable.