projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix #1475
[auf_rh_dae.git]
/
project
/
settings.py
diff --git
a/project/settings.py
b/project/settings.py
index
a2b2f5f
..
92c0228
100644
(file)
--- a/
project/settings.py
+++ b/
project/settings.py
@@
-105,4
+105,5
@@
ADMIN_TOOLS_INDEX_DASHBOARD = 'project.dashboard.CustomIndexDashboard'
AJAX_LOOKUP_CHANNELS = {
'responsables' : ('dae.catalogues', 'Responsable'),
'dossiers' : ('dae.catalogues', 'Dossier'),
AJAX_LOOKUP_CHANNELS = {
'responsables' : ('dae.catalogues', 'Responsable'),
'dossiers' : ('dae.catalogues', 'Dossier'),
+ 'postes' : ('dae.catalogues', 'Poste'),
}
}