Feat: Blog new article.
This commit is contained in:
@@ -35,9 +35,9 @@ class Model_View_Dog_Location(Model_View_Dog_Base):
|
||||
self._title = 'Location'
|
||||
self.form_filters = form_filters_old
|
||||
datastore = DataStore_Dog()
|
||||
|
||||
user_session = datastore.get_user_session()
|
||||
Helper_App.console_log(f'Form filters: {self.form_filters}')
|
||||
parameters_filter_location = Parameters_Location.from_form_filters_location(self.form_filters)
|
||||
parameters_filter_location = Parameters_Location.from_form_filters_location(self.form_filters, user_session.id_user)
|
||||
Helper_App.console_log(f'Query args: {parameters_filter_location}')
|
||||
self.locations, errors = datastore.get_many_location(parameters_filter_location)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user