projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changement de l'ordre des status d'un Candidat, Changement de nom du fieldset Options...
[auf_rh_dae.git]
/
project
/
recrutement
/
models.py
diff --git
a/project/recrutement/models.py
b/project/recrutement/models.py
index
3463aa4
..
f0c7da5
100755
(executable)
--- a/
project/recrutement/models.py
+++ b/
project/recrutement/models.py
@@
-92,10
+92,10
@@
SITUATION_CHOICES = (
)
STATUT_CHOICES = (
('NOUV', 'Nouveau'),
)
STATUT_CHOICES = (
('NOUV', 'Nouveau'),
- ('REF', 'Refusé'),
+ ('REC', 'Recevable'),
('SEL', 'Sélectionné'),
('SEL', 'Sélectionné'),
+ ('REF', 'Refusé'),
('ACC', 'Accepté'),
('ACC', 'Accepté'),
- ('REC', 'Recevable'), # Trouver une lettre plus appropriée?
)
class Candidat(Metadata):
)
class Candidat(Metadata):