This commit is contained in:
Ross
2022-04-02 22:38:55 +01:00
parent 44af9b9915
commit 76020a3fa3
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -319,7 +319,7 @@ class CaseCollectionTable(tables.Table):
"atlas:collection_update", text="Edit", args=[A("pk")], orderable=False
)
view = tables.LinkColumn(
"atlas:collection_view", text="View", args=[A("pk")], orderable=False
"atlas:collection_detail", text="View", args=[A("pk")], orderable=False
)
#clone = tables.LinkColumn(
# "atlas:case_clone", text="Clone", args=[A("pk")], orderable=False