Feat: Blog new article.
This commit is contained in:
@@ -46,6 +46,6 @@ class Model_View_Dog_Command(Model_View_Dog_Base):
|
||||
self.form_filters.id_command_category.choices += [(str(command_category.id_command_category), command_category.name) for command_category in self.filter_command_categories]
|
||||
|
||||
Helper_App.console_log(f'Form filters: {self.form_filters}')
|
||||
parameters_filter_command = Parameters_Command.from_form_filters_command(self.form_filters)
|
||||
parameters_filter_command = Parameters_Command.from_form_filters_command(self.form_filters, user_session.id_user)
|
||||
Helper_App.console_log(f'Query args: {parameters_filter_command}')
|
||||
command_categories, self.commands, errors = datastore.get_many_command(parameters_filter_command)
|
||||
|
||||
Reference in New Issue
Block a user