Loading docker/compose.prod.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading module/Oscar/src/Oscar/Controller/PublicController.php +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -231,6 +232,7 @@ class PublicController extends AbstractOscarController implements UseTimesheetSe */ public function testAction() { die(ConnectorPersonDB::class); return []; } Loading ui/vite.config.js +2 −2 Original line number Diff line number Diff line Loading @@ -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'), Loading Loading
docker/compose.prod.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
module/Oscar/src/Oscar/Controller/PublicController.php +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -231,6 +232,7 @@ class PublicController extends AbstractOscarController implements UseTimesheetSe */ public function testAction() { die(ConnectorPersonDB::class); return []; } Loading
ui/vite.config.js +2 −2 Original line number Diff line number Diff line Loading @@ -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'), Loading