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:
Jedrzej Nowak 2015-09-29 00:49:26 +02:00
parent 551b6868c2
commit 7ba0585dbf
2 changed files with 8 additions and 0 deletions

View File

@ -20,3 +20,7 @@ input:
schema: str!
value:
reverse: True
is_own: False
transports_id:
schema: str!
value: False

View File

@ -16,3 +16,7 @@ input:
schema: str!
value:
reverse: True
is_own: False
transports_id:
schema: str!
value: False