mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 09:38:51 +02:00
fix:#26 events or modules without names in lists fixed
This commit is contained in:
@ -81,6 +81,10 @@ function formatWeekday(weekday: string) {
|
||||
field="eventType"
|
||||
:header="$t('moduleInformation.type')"
|
||||
></Column>
|
||||
<Column
|
||||
field="notes"
|
||||
:header="$t('moduleInformation.notes')"
|
||||
></Column>
|
||||
<Column
|
||||
field="week"
|
||||
:header="$t('moduleInformation.week')"
|
||||
@ -142,6 +146,12 @@ function formatWeekday(weekday: string) {
|
||||
</td>
|
||||
<td>{{ item.rooms }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="mr-2">
|
||||
<b>{{ $t("moduleInformation.notes") }}:</b>
|
||||
</td>
|
||||
<td>{{ item.notes }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user