Fixed problem with transports connected to another transports
- When transports_id value is False no magic mappings - Added is_own to location_id, when set to False location_id is not mapped
This commit is contained in:
parent
551b6868c2
commit
7ba0585dbf
@ -20,3 +20,7 @@ input:
|
||||
schema: str!
|
||||
value:
|
||||
reverse: True
|
||||
is_own: False
|
||||
transports_id:
|
||||
schema: str!
|
||||
value: False
|
||||
|
@ -16,3 +16,7 @@ input:
|
||||
schema: str!
|
||||
value:
|
||||
reverse: True
|
||||
is_own: False
|
||||
transports_id:
|
||||
schema: str!
|
||||
value: False
|
||||
|
Loading…
x
Reference in New Issue
Block a user