Bug Fix #52

Merged
Lars merged 6 commits from develop into main 2026-03-27 22:16:19 +01:00
Showing only changes of commit ce4cd7daf1 - Show all commits

View File

@ -1084,7 +1084,7 @@ def list_goal_type_definitions(session: dict = Depends(require_auth)):
cur.execute(""" cur.execute("""
SELECT id, type_key, label_de, label_en, unit, icon, category, SELECT id, type_key, label_de, label_en, unit, icon, category,
source_table, source_column, aggregation_method, source_table, source_column, aggregation_method,
calculation_formula, description, is_system, is_active, calculation_formula, filter_conditions, description, is_system, is_active,
created_at, updated_at created_at, updated_at
FROM goal_type_definitions FROM goal_type_definitions
WHERE is_active = true WHERE is_active = true