From 18265e55a42b905b9804a54a7431e21ae129165f Mon Sep 17 00:00:00 2001 From: The1stGuy Date: Thu, 10 Oct 2024 14:55:19 +0500 Subject: [PATCH 1/2] disable delete --- overhave/admin/views/emulation_run.py | 1 + 1 file changed, 1 insertion(+) 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", From ffd1e259e18c7c2572ceaeff90470fc93650235f Mon Sep 17 00:00:00 2001 From: The1stGuy Date: Thu, 10 Oct 2024 14:56:46 +0500 Subject: [PATCH 2/2] new version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [