diff --git a/.idea/misc.xml b/.idea/misc.xml index c324476..dcaf793 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,4 +3,9 @@ + + + \ No newline at end of file diff --git a/backend/metadata/databases/default/tables/public_station_to_station_group.yaml b/backend/metadata/databases/default/tables/public_station_to_station_group.yaml index 1676624..8a524a3 100644 --- a/backend/metadata/databases/default/tables/public_station_to_station_group.yaml +++ b/backend/metadata/databases/default/tables/public_station_to_station_group.yaml @@ -11,6 +11,7 @@ object_relationships: select_permissions: - permission: columns: + - order - group_id - id - station_id diff --git a/frontend/services/stations.ts b/frontend/services/stations.ts index 4912597..99fcd48 100644 --- a/frontend/services/stations.ts +++ b/frontend/services/stations.ts @@ -19,6 +19,7 @@ query GetStations { order station_to_station_groups { station_id + order } } stations {