Skip to content

Commit

Permalink
Merge pull request #50 from The1stGuy/disable_delete_emulation_runs
Browse files Browse the repository at this point in the history
Disable delete emulation runs
  • Loading branch information
The1stGuy authored Oct 14, 2024
2 parents e5301b8 + ffd1e25 commit a792b33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions overhave/admin/views/emulation_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit a792b33

Please sign in to comment.