Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Paweljong
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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
Teckids
Projekt Hack-n-Fun
AlekSIS-App-Paweljong
Commits
3f2e761e
Commit
3f2e761e
authored
3 years ago
by
Tom Teichler
Browse files
Options
Downloads
Plain Diff
Merge branch '8-public-event-url-is-guesswork' into 'master'
Resolve "Public event URL is guesswork" Closes
#8
See merge request
!3
parents
332d3c59
bbc46c0b
No related branches found
No related tags found
1 merge request
!3
Resolve "Public event URL is guesswork"
Pipeline
#56230
failed
3 years ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+5
-0
5 additions, 0 deletions
CHANGELOG.rst
aleksis/apps/paweljong/tables.py
+6
-0
6 additions, 0 deletions
aleksis/apps/paweljong/tables.py
with
11 additions
and
0 deletions
CHANGELOG.rst
+
5
−
0
View file @
3f2e761e
...
...
@@ -9,6 +9,11 @@ and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Added
~~~~~
* Add link to public page to events list
Fixed
~~~~~
...
...
This diff is collapsed.
Click to expand it.
aleksis/apps/paweljong/tables.py
+
6
−
0
View file @
3f2e761e
...
...
@@ -19,6 +19,12 @@ class ManageEventsTable(tables.Table):
verbose_name
=
_
(
"
Edit
"
),
text
=
_
(
"
Edit
"
),
)
view
=
tables
.
LinkColumn
(
"
event_by_name
"
,
args
=
[
A
(
"
linked_group__short_name
"
)],
verbose_name
=
_
(
"
View
"
),
text
=
_
(
"
View
"
),
)
class
VouchersTable
(
tables
.
Table
):
...
...
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