Commit 93293386 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : Fichier manquant : le script 'src/ProjectActivityLogs.js' est absent du manifeste

parent 6e5c821c
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -176,6 +176,8 @@ services:
    environment:
      http_proxy: ${HTTP_PROXY}
      no_proxy: ${NO_PROXY}
      HTTP_PROXY: ${HTTP_PROXY}
      NO_PROXY: ${NO_PROXY}
    build:
      context: ./docker/
      dockerfile: app_Dockerfile
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ namespace Oscar\Controller;

use Laminas\Http\Response;
use Laminas\View\Model\JsonModel;
use Oscar\Connector\ConnectorPersonDB;
use Oscar\Entity\Activity;
use Oscar\Entity\ActivityDate;
use Oscar\Entity\ActivityPerson;
@@ -231,6 +232,7 @@ class PublicController extends AbstractOscarController implements UseTimesheetSe
     */
    public function testAction()
    {
        die(ConnectorPersonDB::class);
        return [];
    }

+2 −2
Original line number Diff line number Diff line
@@ -75,8 +75,8 @@ export default defineConfig({
                organizationsearchapispubliques: resolve(__dirname, 'src/OrganizationSearchApisPubliques.js'),
                oscarcss: resolve(__dirname, 'src/oscar-css.js'),
                pcrutransmissions: resolve(__dirname, 'src/PcruTransmissions.js'),
                persontodo: resolve(__dirname, 'src/PcruTransmissions.js'),
                ProjectActivityLogs: resolve(__dirname, 'src/PersonTodoList.js'),
                persontodo: resolve(__dirname, 'src/PersonTodoList.js'),
                ProjectActivityLogs: resolve(__dirname, 'src/ProjectActivityLogs.js'),
                ProjectActivitySpentSynthesis: resolve(__dirname, 'src/ProjectActivitySpentSynthesis.js'),
                timesheetpersonresume: resolve(__dirname, 'src/TimesheetPersonResume.js'),
                timesheetdeclarations: resolve(__dirname, 'src/TimesheetDeclaration.js'),