Commit ff5d25d1 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

WIP unicaen mail

parent 3ddcb200
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -10,7 +10,10 @@ return [
                'pages' => [
                    'administration' => [
                        'pages' => [
                            'intervenants' => [
                            'configuration' => [
                                'pages' => [
                                    'email' => [

                                        'label'    => 'Courriers électroniques',
                                        'route'    => 'mail',
                                        'resource' => PrivilegeController::getResourceId(MailController::class, 'index'),
@@ -23,4 +26,6 @@ return [
                    ],
                ],
            ],
        ],
    ],
];
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ return [
            'type'        => 'int',
            'bdd-type'    => 'NUMBER',
            'length'      => 0,
            'scale'       => NULL,
            'scale'       => '0',
            'precision'   => NULL,
            'nullable'    => FALSE,
            'default'     => NULL,
@@ -57,8 +57,8 @@ return [
            'position'    => 4,
            'commentaire' => NULL,
        ],
        'DESTINATAIRES_INITIALES' => [
            'name'        => 'DESTINATAIRES_INITIALES',
        'DESTINATAIRES_INITIALS' => [
            'name'        => 'DESTINATAIRES_INITIALS',
            'type'        => 'string',
            'bdd-type'    => 'VARCHAR2',
            'length'      => 500,
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ foreach ($container as $page) {
    }
}

var_dump($rubriques);

//var_dump($rubriques);