|
Lines 473-478
Link Here
|
| 473 |
""" |
473 |
""" |
| 474 |
|
474 |
|
| 475 |
def _thread( request ): |
475 |
def _thread( request ): |
|
|
476 |
ucr.load() |
| 476 |
module = self._get_module_by_request( request ) |
477 |
module = self._get_module_by_request( request ) |
| 477 |
|
478 |
|
| 478 |
superordinate = request.options.get( 'superordinate' ) |
479 |
superordinate = request.options.get( 'superordinate' ) |
|
Lines 508-514
Link Here
|
| 508 |
'$childs$' : module.childs, |
509 |
'$childs$' : module.childs, |
| 509 |
'objectType' : module.name, |
510 |
'objectType' : module.name, |
| 510 |
'labelObjectType' : module.subtitle, |
511 |
'labelObjectType' : module.subtitle, |
| 511 |
'name' : udm_objects.description( obj ), |
512 |
'name' : module.obj_description( obj ) or udm_objects.description( obj ), |
| 512 |
'path' : ldap_dn2path( obj.dn, include_rdn = False ) |
513 |
'path' : ldap_dn2path( obj.dn, include_rdn = False ) |
| 513 |
} |
514 |
} |
| 514 |
if request.options[ 'objectProperty' ] not in ( 'name', 'None' ): |
515 |
if request.options[ 'objectProperty' ] not in ( 'name', 'None' ): |