Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Resint
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Resint
Commits
65a44b5e
Verified
Commit
65a44b5e
authored
3 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Rename doubled action columns
parent
6a15c1b7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!35
Resolve ""Live documents" table has two "Actions" columns"
Pipeline
#49585
passed
3 years ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+5
-0
5 additions, 0 deletions
CHANGELOG.rst
aleksis/apps/resint/tables.py
+2
-2
2 additions, 2 deletions
aleksis/apps/resint/tables.py
with
7 additions
and
2 deletions
CHANGELOG.rst
+
5
−
0
View file @
65a44b5e
...
...
@@ -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
-------------------
...
...
This diff is collapsed.
Click to expand it.
aleksis/apps/resint/tables.py
+
2
−
2
View file @
65a44b5e
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment