Compare commits

..

1 Commits

6 changed files with 7 additions and 17 deletions

View File

@@ -1,6 +0,0 @@
kind: UX
body: Display calendar item info on cancel page
time: 2025-11-24T16:47:23.020302054+01:00
custom:
Issue: "460"
SchemaChange: No schema change

View File

@@ -0,0 +1,6 @@
kind: UX
body: Display entire comment for activity item within list
time: 2025-11-25T15:01:35.558013876+01:00
custom:
Issue: "424"
SchemaChange: No schema change

View File

@@ -136,7 +136,6 @@
<div class="wl-col list"> <div class="wl-col list">
{{ activity.comment|chill_entity_render_box({ {{ activity.comment|chill_entity_render_box({
'disable_markdown': false, 'disable_markdown': false,
'limit_lines': 3,
'metadata': false, 'metadata': false,
}) }} }) }}
</div> </div>

View File

@@ -162,7 +162,6 @@
{% endif %} {% endif %}
<div class="item-row separator"> <div class="item-row separator">
{% if show_record_actions is not defined or show_record_actions %}
<ul class="record_actions"> <ul class="record_actions">
{% if is_granted('CHILL_CALENDAR_DOC_EDIT', calendar) and calendar.status is not constant('STATUS_CANCELED', calendar) %} {% if is_granted('CHILL_CALENDAR_DOC_EDIT', calendar) and calendar.status is not constant('STATUS_CANCELED', calendar) %}
{% if templates|length == 0 %} {% if templates|length == 0 %}
@@ -246,7 +245,7 @@
</li> </li>
{% endif %} {% endif %}
</ul> </ul>
{% endif %}
</div> </div>
</div> </div>

View File

@@ -6,10 +6,6 @@
{% block content %} {% block content %}
<div class="flex-table list-records context-accompanyingCourse">
{{ include('@ChillCalendar/Calendar/_list.html.twig', {context: 'accompanying_course', show_record_actions: false}) }}
</div>
{{ form_start(form) }} {{ form_start(form) }}
{{ form_row(form.cancelReason) }} {{ form_row(form.cancelReason) }}

View File

@@ -6,10 +6,6 @@
{% block content %} {% block content %}
<div class="flex-table list-records context-person">
{{ include('@ChillCalendar/Calendar/_list.html.twig', {context: 'person', show_record_actions: false}) }}
</div>
{{ form_start(form) }} {{ form_start(form) }}
{{ form_row(form.cancelReason) }} {{ form_row(form.cancelReason) }}