Skip to content

Commit bdeccaa

Browse files
committed
WIP need to fix bus column label
1 parent b8ee258 commit bdeccaa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/projects/models/base_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,7 @@ def to_datapackage(self):
807807
qs_bus = self.connectionlink_set.filter(
808808
flow_direction=direction, asset_connection_port=port
809809
)
810+
# TODO use bus names for the resource column label according to a convention with the facade attributes
810811
if qs_bus.exists():
811812
connection = qs_bus.get()
812813
dp[field] = connection.bus.name

0 commit comments

Comments
 (0)