.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user