Bug Fix #52
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user