Hide "More Actions.." drop-down-list also hides ot

Posted by smartsysISV on 15-Nov-2014 11:15

If I set the checkbox "Hide 'More Actions...' drop-down list" in a view-page, the other wf-actions (with button) also disappears.

I don't think this iscorrect...?

Is this a bug?

All Replies

Posted by Chandrasekhar Gontla on 15-Nov-2014 13:02

Hi,

Yes. that is a bug.

We will let you know once it is fixed.

Thanks and Regards,

Chandra.G

Posted by Orchid Corpin on 18-Nov-2014 17:04

Tracking defect as PSC00321148. Sorry for the inconvenience.

Regards,
Orchid

Posted by Orchid Corpin on 18-Nov-2014 17:11

As a workaround you can use this JQuery code.

<script>
$("a[data-toggle='dropdown']:contains('More actions...')").parent().hide();
</script>

Regards,

Orchid

This thread is closed