mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-11 07:41:17 +02:00
Add SQLite indexes for contenus page language/tag queries + WIP: Peertube orphans, dialogs, contact decoupling, context note, finality types
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user