diff --git a/overhave/admin/views/emulation_run.py b/overhave/admin/views/emulation_run.py index 67ef12d8..ac415a8f 100644 --- a/overhave/admin/views/emulation_run.py +++ b/overhave/admin/views/emulation_run.py @@ -20,6 +20,7 @@ class EmulationRunView(ModelViewConfigured): can_view_details = True can_edit = False can_create = False + can_delete = False column_list = ( "id", "emulation.name", diff --git a/pyproject.toml b/pyproject.toml index 0bdbca59..f69186fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "overhave" -version = "5.1.9" +version = "5.1.10" description = "Overhave - web-framework for BDD" readme = "README.rst" authors = [