Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
go
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
21
Issues
21
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
go
Commits
68b66572
Unverified
Commit
68b66572
authored
Mar 29, 2017
by
David Haynes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix clicks stats typo
- copy paste fix
parent
b1d365ea
Pipeline
#1186
passed with stage
in 3 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
go/go/views.py
go/go/views.py
+2
-2
No files found.
go/go/views.py
View file @
68b66572
...
...
@@ -243,8 +243,8 @@ def edit(request, short):
else
:
# Migrate clicks data
res
.
clicks
=
copy
.
clicks
res
.
qrclicks
=
copy
.
clicks
res
.
socialclicks
=
copy
.
clicks
res
.
qrclicks
=
copy
.
qr
clicks
res
.
socialclicks
=
copy
.
social
clicks
# Save the new URL
res
.
save
()
...
...
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