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
0
app/macos/Flutter/Flutter-Debug.xcconfig
Normal file → Executable file
0
app/macos/Flutter/Flutter-Release.xcconfig
Normal file → Executable file
0
app/macos/Flutter/GeneratedPluginRegistrant.swift
Normal file → Executable file
6
app/macos/Flutter/ephemeral/Flutter-Generated.xcconfig
Normal file → Executable 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
|
||||
|
||||
@@ -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"
|
||||
|
||||
0
app/macos/Podfile
Normal file → Executable file
0
app/macos/Runner.xcodeproj/project.pbxproj
Normal file → Executable file
0
app/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
Normal file → Executable file
0
app/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
Normal file → Executable file
0
app/macos/Runner.xcworkspace/contents.xcworkspacedata
generated
Normal file → Executable file
0
app/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
Normal file → Executable file
0
app/macos/Runner/AppDelegate.swift
Normal file → Executable file
0
app/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
Normal file → Executable file
0
app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png
Normal file → Executable file
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
0
app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png
Normal file → Executable file
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
0
app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png
Normal file → Executable file
|
Before Width: | Height: | Size: 520 B After Width: | Height: | Size: 520 B |
0
app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png
Normal file → Executable file
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
0
app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png
Normal file → Executable file
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
0
app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png
Normal file → Executable file
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
0
app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png
Normal file → Executable file
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |