Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MJU-POPS
ckanext-archiver
Commits
dcea053f
Commit
dcea053f
authored
Mar 29, 2016
by
David Read
Browse files
Fix - Status 1 was being construed as broken when it is simply "not changed".
parent
f7901e68
Changes
1
Hide whitespace changes
Inline
Side-by-side
ckanext/archiver/model.py
View file @
dcea053f
...
...
@@ -66,7 +66,7 @@ class Status:
@
classmethod
def
is_status_broken
(
cls
,
status_id
):
if
status_id
==
0
:
if
status_id
<
1
0
:
return
False
elif
status_id
<
20
:
return
True
...
...
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