add link to ticket in ticket edition popup (#77950) #6

Merged
lguerin merged 1 commits from wip/77950-ticket-link into main 2023-06-01 17:40:39 +02:00
Owner
No description provided.
lguerin added 1 commit 2023-06-01 15:46:42 +02:00
gitea/scrutiny/pipeline/head This commit looks good Details
f321bbf5d4
add link to ticket in ticket edition popup
lguerin reviewed 2023-06-01 15:47:06 +02:00
@ -7,3 +7,3 @@
</td>
<td class="type">
{{ issue.info.issue_type }}
{{ issue.info.issue_type|default:"" }}
Author
Owner

au passage, sinon, si on ne fait qu'afficher la popup et la fermer, ça affiche None au refresh de la page

au passage, sinon, si on ne fait qu'afficher la popup et la fermer, ça affiche None au refresh de la page
tnoel approved these changes 2023-06-01 16:44:36 +02:00
@ -6,3 +7,4 @@
{% block content %}
<form method="post" enctype="multipart/form-data">
<p><a href="{{ issue.url}}">{{ issue.url }}</a></p>
Owner

Pour montrer que j'ai tout relu je signale qu'il manque un espace entre issue.url et }}.

Pour montrer que j'ai tout relu je signale qu'il manque un espace entre issue.url et }}.
Author
Owner

et il manquait aussi la ref du ticket dans le message de commit :)

et il manquait aussi la ref du ticket dans le message de commit :)
lguerin force-pushed wip/77950-ticket-link from f321bbf5d4 to 6918349424 2023-06-01 17:37:21 +02:00 Compare
lguerin changed title from add link to ticket in ticket edition popup to add link to ticket in ticket edition popup (#77950) 2023-06-01 17:37:48 +02:00
lguerin merged commit 6918349424 into main 2023-06-01 17:40:39 +02:00
lguerin deleted branch wip/77950-ticket-link 2023-06-01 17:40:39 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/scrutiny#6
No description provided.