Add SQLite indexes for contenus page language/tag queries + WIP: Peertube orphans, dialogs, contact decoupling, context note, finality types

This commit is contained in:
Pontoporeia
2026-06-21 16:36:34 +02:00
parent 0d5e9dac19
commit 03c9c3566f
38 changed files with 1432 additions and 333 deletions
+2 -2
View File
@@ -108,7 +108,7 @@ class FormBootstrap
$autofocusField = App::consumeAutofocus();
// Controls
$showContact = false;
$showContact = ($mode === 'add' || $mode === 'edit');
$showBackoffice = ($mode === 'add' || $mode === 'edit');
// Licence / access toggles: admin always enables all three
@@ -208,7 +208,7 @@ class FormBootstrap
// Backoffice (empty for add, populated for edit by caller)
'currentRaw' => [],
'contactInterne' => null,
'contactPublic' => false,
'contactPublic' => null,
'currentContextNote' => null,
'currentContactVisible' => null,
'currentDurationValue' => null,