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/composer/pcre/LICENSE
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/LICENSE
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/README.md
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/README.md
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/composer.json
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/composer.json
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/extension.neon
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/extension.neon
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/MatchAllResult.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/MatchAllResult.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/MatchAllStrictGroupsResult.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/MatchAllStrictGroupsResult.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/MatchAllWithOffsetsResult.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/MatchAllWithOffsetsResult.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/MatchResult.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/MatchResult.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/MatchStrictGroupsResult.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/MatchStrictGroupsResult.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/MatchWithOffsetsResult.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/MatchWithOffsetsResult.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/PHPStan/InvalidRegexPatternRule.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/PHPStan/InvalidRegexPatternRule.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/PHPStan/PregMatchFlags.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/PHPStan/PregMatchFlags.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/PHPStan/PregMatchParameterOutTypeExtension.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/PHPStan/PregMatchParameterOutTypeExtension.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/PHPStan/PregMatchTypeSpecifyingExtension.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/PHPStan/PregMatchTypeSpecifyingExtension.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/PHPStan/PregReplaceCallbackClosureTypeExtension.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/PHPStan/PregReplaceCallbackClosureTypeExtension.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/PHPStan/UnsafeStrictGroupsCallRule.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/PHPStan/UnsafeStrictGroupsCallRule.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/PcreException.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/PcreException.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/Preg.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/Preg.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/Regex.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/Regex.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/ReplaceResult.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/ReplaceResult.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/UnexpectedNullMatchException.php
vendored
Normal file → Executable file
0
api/vendor/composer/pcre/src/UnexpectedNullMatchException.php
vendored
Normal file → Executable file
Reference in New Issue
Block a user