I vote on my makemeeting
on the page it shows my user name and my vote
if I hover over my name I will see the edit and delete icons on the left side of my name
when I move my curser over to click edit, the icons disappear.

Comments

SocialNicheGuru’s picture

In the short term I replaced

return '<div class="answer-editable">' . drupal_render($cell) . '</div>';

with

 return drupal_render_children($cell);

in function _makemeeting_render_cell_name($uid, $name, $answer_id)

The result is that the icons always show up. but that is a better ue than not getting to them at all

SebCorbin’s picture

Status: Active » Closed (duplicate)