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
beat
beat.web
Commits
110568d3
Commit
110568d3
authored
May 13, 2020
by
Flavio TARSETTI
Browse files
[accounts][models] create rejection status
parent
d99cf786
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/web/accounts/models.py
View file @
110568d3
...
...
@@ -181,10 +181,12 @@ class TemporaryUrl(models.Model):
# Self yearly revalidation from supervisee
VALIDATION
=
"V"
YEARREVALIDATION
=
"Y"
REJECTION
=
"R"
URL_STATUS
=
(
(
VALIDATION
,
"Supervisor validates supervisee"
),
(
YEARREVALIDATION
,
"Self yearly revalidation from supervisee"
),
(
REJECTION
,
"Supervisor rejects supervisee revalidation"
),
)
# _____ Fields __________
...
...
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