Revision 48a85f96
Added by Jérôme Schneider over 11 years ago
calebasse/settings/common.py | ||
---|---|---|
226 | 226 |
# AJAX Select |
227 | 227 |
AJAX_LOOKUP_CHANNELS = { |
228 | 228 |
# pass a dict with the model and the field to search against |
229 |
'worker' : ('calebasse.personnes.lookup', 'Worker'), |
|
229 |
'worker' : ('calebasse.personnes.lookup', 'WorkerLookup'), |
|
230 |
'intervenant' : ('calebasse.personnes.lookup', 'IntervenantLookup'), |
|
230 | 231 |
#'patientrecord' : {'model':'dossiers.PatientRecord', 'search_field':'display_name'} |
231 | 232 |
#'coordinators' : {'model':'dossiers.PatientRecord', 'search_field':'display_name'} |
232 | 233 |
'patientrecord' : ('calebasse.dossiers.lookups', 'PatientRecordLookup'), |
Also available in: Unified diff
actes: suppport act update (fix #2092)