Skip to content
Snippets Groups Projects
Commit 7ed0d381 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '11-live-documents-table-has-two-actions-columns' into 'master'

Resolve ""Live documents" table has two "Actions" columns"

Closes #11

See merge request AlekSIS/official/AlekSIS-App-Resint!35
parents 6a15c1b7 65a44b5e
No related branches found
No related tags found
1 merge request!35Resolve ""Live documents" table has two "Actions" columns"
Pipeline #49589 canceled
......@@ -14,6 +14,11 @@ Added
* Open poster group menu entries in new tab.
Fixed
~~~~~
* Live documents table showed two "Actions" columns.
`2.0`_ - 2021-12-27
-------------------
......
......@@ -19,14 +19,14 @@ class LiveDocumentTable(Table):
args=[A("id")],
text=_("Edit"),
attrs={"a": {"class": "btn-flat waves-effect waves-orange orange-text"}},
verbose_name=_("Actions"),
verbose_name=_("Edit"),
)
delete = LinkColumn(
"delete_live_document",
args=[A("id")],
text=_("Delete"),
attrs={"a": {"class": "btn-flat waves-effect waves-red red-text"}},
verbose_name=_("Actions"),
verbose_name=_("Delete"),
)
def render_document_name(self, value, record):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment