fix: Récupérer l'opération active depuis la table operations

- Corrige l'erreur SQL 'Unknown column fk_operation in users'
- L'opération active est récupérée depuis operations.chk_active = 1
- Jointure avec users pour filtrer par entité de l'admin créateur
- Query: SELECT o.id FROM operations o INNER JOIN users u ON u.fk_entite = o.fk_entite WHERE u.id = ? AND o.chk_active = 1
This commit is contained in:
2026-01-26 16:57:08 +01:00
parent c24a3afe6a
commit 0687900564
3040 changed files with 77204 additions and 1578 deletions

0
api/vendor/maennchen/zipstream-php/.editorconfig vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/.phive/phars.xml vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/.php-cs-fixer.dist.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/.phpdoc/template/base.html.twig vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/.tool-versions vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/LICENSE vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/README.md vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/composer.json vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/guides/ContentLength.rst vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/guides/FlySystem.rst vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/guides/Nginx.rst vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/guides/Options.rst vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/guides/PSR7Streams.rst vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/guides/StreamOutput.rst vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/guides/Symfony.rst vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/guides/Varnish.rst vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/guides/index.rst vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/phpdoc.dist.xml vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/phpunit.xml.dist vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/psalm.xml vendored Normal file → Executable file
View File

View File

0
api/vendor/maennchen/zipstream-php/src/CompressionMethod.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/src/DataDescriptor.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/src/EndOfCentralDirectory.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/src/Exception.php vendored Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
api/vendor/maennchen/zipstream-php/src/File.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/src/GeneralPurposeBitFlag.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/src/LocalFileHeader.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/src/OperationMode.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/src/PackField.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/src/Time.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/src/Version.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/src/Zip64/DataDescriptor.php vendored Normal file → Executable file
View File

View File

View File

View File

0
api/vendor/maennchen/zipstream-php/src/ZipStream.php vendored Normal file → Executable file
View File

View File

0
api/vendor/maennchen/zipstream-php/test/Assertions.php vendored Normal file → Executable file
View File

View File

0
api/vendor/maennchen/zipstream-php/test/DataDescriptorTest.php vendored Normal file → Executable file
View File

View File

0
api/vendor/maennchen/zipstream-php/test/EndlessCycleStream.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/test/FaultInjectionResource.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/test/LocalFileHeaderTest.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/test/PackFieldTest.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/test/ResourceStream.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/test/Tempfile.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/test/TimeTest.php vendored Normal file → Executable file
View File

0
api/vendor/maennchen/zipstream-php/test/Util.php vendored Normal file → Executable file
View File

View File

View File

View File

View File

0
api/vendor/maennchen/zipstream-php/test/ZipStreamTest.php vendored Normal file → Executable file
View File

View File

0
api/vendor/maennchen/zipstream-php/test/bootstrap.php vendored Normal file → Executable file
View File