Fixed get_locations method reference
This commit is contained in:
parent
d9d58d03dd
commit
d28848412c
1 changed files with 1 additions and 2 deletions
|
|
@ -238,7 +238,7 @@ class AutostorageExtension(BaseExtension):
|
||||||
class GetLocationsView(PropertyView):
|
class GetLocationsView(PropertyView):
|
||||||
def get(self):
|
def get(self):
|
||||||
self.extension.check_location()
|
self.extension.check_location()
|
||||||
return autostorage_extension_v2.get_locations()
|
return self.extension.get_locations()
|
||||||
|
|
||||||
|
|
||||||
class PreferredLocationView(PropertyView):
|
class PreferredLocationView(PropertyView):
|
||||||
|
|
@ -272,4 +272,3 @@ class PreferredLocationGUIView(View):
|
||||||
self.extension.set_preferred_key(new_path_key)
|
self.extension.set_preferred_key(new_path_key)
|
||||||
|
|
||||||
return new_path_title
|
return new_path_title
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue