Skip to content

Commit

Permalink
Διόρθωση: έπρεπε να βάλουμε σε εισαγωγικά τις παλιές τιμές
Browse files Browse the repository at this point in the history
  • Loading branch information
parapente committed Oct 22, 2024
1 parent 5b81676 commit 7494415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/report/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<v-form action="{{ $action }}" :form="{{ $form }}" :record="{{ $record }}"
:total_records="{{ $total_records }}" :form_data="{{ json_encode($data_dict) }}"
acting_as="{{ $teacher?->surname }} {{ $teacher?->name }} {{ $other_teacher?->name }} {{ $school?->name }}"
:save="{{ $save ? 'true' : 'false' }}" method="put" :old={{ json_encode(old()) }} errors="{{ $errors }}">
:save="{{ $save ? 'true' : 'false' }}" method="put" :old="{{ json_encode(old()) }}" errors="{{ $errors }}">
<template #description>{!! Str::replace('<a ', '<a target="_blank" ', Str::of($form->notes)->markdown(['html_input' => 'strip'])) !!}</template>
<template #csrf_token>@csrf</template>
</v-form>
Expand Down

0 comments on commit 7494415

Please sign in to comment.