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:
0
api/vendor/maennchen/zipstream-php/guides/ContentLength.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/ContentLength.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/FlySystem.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/FlySystem.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/Nginx.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/Nginx.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/Options.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/Options.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/PSR7Streams.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/PSR7Streams.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/StreamOutput.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/StreamOutput.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/Symfony.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/Symfony.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/Varnish.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/Varnish.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/index.rst
vendored
Normal file → Executable file
0
api/vendor/maennchen/zipstream-php/guides/index.rst
vendored
Normal file → Executable file
Reference in New Issue
Block a user