Node "Edit link" and node "Delete link" fields in Calendar view have ID "unknown"
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #377760. --> Reported by: [paul2](https://www.drupal.org/user/91870) >>> <p>I am adding "edit" and "delete" links to my events in a Calendar view, using the "Node: Edit link" and "Node: Delete link" fields provided by the Views module. If I add both of these fields, only the last link shows up in the calendar. There's not even an enclosing<br> </p><div class="view-field ..." ...> for the other link. <p>When I view source I notice that the "id" attribute of the </p><div> that encloses the visible link is "unknown", for every event in the calendar. <p>So I'm guessing that both link fields have their IDs set to "unknown", and at some point in the code those fields are used as a key index in an array, resulting in only the final link being displayed (having overwritten any previously indexed "unknown" key in said array).</p> </div></div>
issue