Autofocus, autorefresh
This commit is contained in:
@@ -30,7 +30,7 @@ class AddLocationPage(rio.Component):
|
||||
if get_location_id(self.parent) != False:
|
||||
self.parent_code = self.parent
|
||||
print("Found location " + get_location_id(self.parent).name)
|
||||
self.parent = '*' + get_location_id(self.parent).name
|
||||
self.parent = '* ' + fancy_location(get_location_id(self.parent))
|
||||
|
||||
async def add_part(self):
|
||||
if self.code == "":
|
||||
|
||||
Reference in New Issue
Block a user