Views Integration: Operaitons Links not working
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #2862763. -->
Reported by: [das-peter](https://www.drupal.org/user/762870)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>If you use "Operations links" in views for entityform submissions no links are displayed.<br>
It looks like <code>entityform_handler_entityform_operations_field::render()</code> calls <code>menu_contextual_links()</code> with the wrong path: <code>admin/structure/entityforms/entityform</code> instead just <code>entityform</code>.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Change the path property for the <code>menu_contextual_links()</code> call.<br>
This will result in the edit / delete links being returned.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p>Reviews needed.</p>
issue