admin code 3

This commit is contained in:
Fred Tempez 2023-03-29 10:17:32 +02:00
parent b57a83e9cf
commit 937c36ca6d
3 changed files with 5 additions and 12 deletions

View File

@ -55,7 +55,7 @@ class common
// Numéro de version et branche pour l'auto-update // Numéro de version et branche pour l'auto-update
const ZWII_VERSION = '12.4.00'; const ZWII_VERSION = '12.4.00';
const ZWII_DATAVERSION = 12400; const ZWII_DATAVERSION = 12301;
// URL autoupdate // URL autoupdate
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/'; const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/';

View File

@ -955,21 +955,14 @@ if ($this->getData(['core', 'dataVersion']) < 12301) {
unlink('core/module/install/ressource/i18n/gr_GR.json'); unlink('core/module/install/ressource/i18n/gr_GR.json');
// Mise à jour // Mise à jour
$this->setData(['core', 'dataVersion', 12300]); $this->setData(['core', 'dataVersion', 12301]);
} }
// Version 12.4.00 // Version 12.4.00
/*
if ($this->getData(['core', 'dataVersion']) < 12400) { if ($this->getData(['core', 'dataVersion']) < 12400) {
// Affecter le groupe 99 aux admins
$users = $this->getData(['user']);
foreach ($users as $key => $value) {
if ($value['group'] === 3) {
$this->setData(['user', $key, 'group', 99]);
}
}
// Mise à jour // Mise à jour
$this->setData(['core', 'dataVersion', 12400]); $this->setData(['core', 'dataVersion', 12400]);
} } */

View File

@ -401,7 +401,7 @@ class init extends common
'path' => '.\/site\/file\/source\/partage\/', 'path' => '.\/site\/file\/source\/partage\/',
] ]
], ],
'99' => [ '3' => [
'name' => 'Administrateur', 'name' => 'Administrateur',
'readonly' => true, 'readonly' => true,
'comment' => 'Contrôle total', 'comment' => 'Contrôle total',