some refactoring and atlas improvements
This commit is contained in:
+2
-2
@@ -273,7 +273,7 @@ class SubspecialtyTable(tables.Table):
|
||||
|
||||
class CaseCollectionTable(tables.Table):
|
||||
edit = tables.LinkColumn(
|
||||
"atlas:collection_update", text="Edit", args=[A("pk")], orderable=False
|
||||
"atlas:exam_update", text="Edit", args=[A("pk")], orderable=False
|
||||
)
|
||||
view = tables.LinkColumn(
|
||||
"atlas:collection_detail", text="View", args=[A("pk")], orderable=False
|
||||
@@ -282,7 +282,7 @@ class CaseCollectionTable(tables.Table):
|
||||
# "atlas:case_clone", text="Clone", args=[A("pk")], orderable=False
|
||||
#)
|
||||
delete = tables.LinkColumn(
|
||||
"atlas:collection_delete", text="Delete", args=[A("pk")], orderable=False
|
||||
"atlas:exam_deleted", text="Delete", args=[A("pk")], orderable=False
|
||||
)
|
||||
|
||||
#differential = tables.ManyToManyColumn(verbose_name="Differential")
|
||||
|
||||
Reference in New Issue
Block a user