Add Admin Only Ticket Link field to sessions content type
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3578587. -->
Reported by: [teknorah](https://www.drupal.org/user/575354)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>As an admin, I need to be able to add a Ticket URL to a session, so that users can purchase a ticket for trainings.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ol>
<li>As admin, go to <a href="https://www.midcamp.org/trainings">Trainings</a></li>
<li>Edit any training session</li>
<li>Add Training URL</li>
</ol>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<ul>
<li>Add Admin only link field to the sessions content type</li>
<li>Set to display this field on the default view display</li>
</ul>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<ul>
<li>Style link as button</li>
<li>respect configuration to open link in new window</li>
</ul>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>Display Training URL as link on Training page</p>
<h3 id="summary-api-changes">API changes</h3>
<p>N/A</p>
<h3 id="summary-data-model-changes">Data model changes</h3>
<ul>
<li>Ticket URL link field on Sessions Content type</li>
</ul>
> Related issue: [Issue #3566711](https://www.drupal.org/node/3566711)
issue