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
app/macos/Flutter/Flutter-Debug.xcconfig Normal file → Executable file
View File

0
app/macos/Flutter/Flutter-Release.xcconfig Normal file → Executable file
View File

0
app/macos/Flutter/GeneratedPluginRegistrant.swift Normal file → Executable file
View File

6
app/macos/Flutter/ephemeral/Flutter-Generated.xcconfig Normal file → Executable file
View File

@@ -1,10 +1,10 @@
// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/home/pierre/.local/flutter
FLUTTER_ROOT=/opt/flutter
FLUTTER_APPLICATION_PATH=/home/pierre/dev/geosector/app
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=3.6.3
FLUTTER_BUILD_NUMBER=363
FLUTTER_BUILD_NAME=26.01.2605
FLUTTER_BUILD_NUMBER=26012605
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=false

View File

@@ -1,11 +1,11 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=/home/pierre/.local/flutter"
export "FLUTTER_ROOT=/opt/flutter"
export "FLUTTER_APPLICATION_PATH=/home/pierre/dev/geosector/app"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=3.6.3"
export "FLUTTER_BUILD_NUMBER=363"
export "FLUTTER_BUILD_NAME=26.01.2605"
export "FLUTTER_BUILD_NUMBER=26012605"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TREE_SHAKE_ICONS=false"