+# V 0.3.1 Note
+
+## Added
+- Note: Registerblatt "Shift"
+
# V 0.2.9 Group
## Added:
case 'note-edit':
$rc = new NavigationTabs([
"Properties;/note-edit/$referenceId",
- "Documents;/note-index_documents/$referenceId"
+ "Documents;/note-index_documents/$referenceId",
+ "Shift;/note-edit_shift/$referenceId",
], $indexActive);
break;
case 'word-edit':
--- /dev/null
+<?php
+
+use Illuminate\Database\Migrations\Migration;
+use Illuminate\Database\Schema\Blueprint;
+use Illuminate\Support\Facades\Schema;
+
+return new class extends Migration
+{
+ /**
+ * Run the migrations.
+ */
+ public function up(): void
+ {
+ Schema::table('notes', function(Blueprint $table) {
+ $table->string('options')->nullable();
+ $table->renameColumn('user_id', 'owner_id');
+ });
+
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ //
+ }
+};
"Comparative": "Komparativ",
"Confirmation": "Best\u00e4tigung",
"Contents": "Inhalt",
+ "Copy": "Kopieren",
"Creation of a Document": "Hochladen eines Dokuments",
"Creation of a File": "Hochladen einer Datei",
"Creation of a Group": "Erstellen einer Gruppe",
"Preview": "Vorschau",
"Privacy": "Datenschutz",
"Properties": "Eigenschaften",
+ "Recipient group": "Empfangsgruppe",
"Reference": "Referenz",
"Remain signed in": "Angemeldet bleiben",
"Repetition": "Wiederholung",
"Send": "Absenden",
"Set Password": "Passwort \u00e4ndern",
"Settings": "Einstellungen",
+ "Shift": "Verschiebung",
"Shortname": "Kurzname",
"Size (MByte)": "Gr\u00f6\u00dfe (MByte)",
"Someone has requested a password reset.": "Jemand hat das Zur\u00fccksetzen des Passworts angefordert.",
<x-laraknife.forms.text position="alone" name="info" label="Info" value="{{ $context->valueOf('info') }}"
width2="10" rows="2" />
<x-laraknife.forms.file-protected position="alone" name="file" fieldId="{{ $context->model->audio_id }}"
- label="Audio" width2="4" />
- <x-laraknife.forms.string position="first" name="previous_id" label="Previous"
+ filename=" {{ $context->valueOf('audio') }}" label="Audio" width2="10" />
+ <x-laraknife.forms.string position="first" name="previous_id" label="Back"
value="{{ $context->valueOf('previous_id') }}" width2="1" />
<x-laraknife.forms.string position="middle" name="up_id" label="Up"
value="{{ $context->valueOf('up_id') }}" width1="1" width2="1" />