Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
concrexit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
thalia
concrexit
Commits
acd9a216
Commit
acd9a216
authored
Oct 03, 2018
by
Gijs Hendriksen
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add push notification category descriptions to the api
parent
1825af34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
website/pushnotifications/api/serializers.py
website/pushnotifications/api/serializers.py
+1
-1
No files found.
website/pushnotifications/api/serializers.py
View file @
acd9a216
...
...
@@ -34,4 +34,4 @@ class CategorySerializer(ModelSerializer):
class
Meta
:
model
=
Category
fields
=
(
'key'
,
'name'
)
fields
=
(
'key'
,
'name'
,
'description'
)
Sébastiaan Versteeg
@sversteeg
mentioned in commit
fdf44db1
·
Oct 03, 2018
mentioned in commit
fdf44db1
mentioned in commit fdf44db19f9c7aa8247b2bcd782cb2386a605078
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment