Added LDAPLink Operatoin to Admin Console
This commit is contained in:
parent
cd9e239ef5
commit
69adbb0872
2 changed files with 15 additions and 0 deletions
|
|
@ -192,6 +192,15 @@ sub getAdminFunction {
|
|||
op=>"listDatabaseLinks",
|
||||
group=>"3"
|
||||
},
|
||||
"ldapconnections"=>{
|
||||
title=>{
|
||||
id=>"ldapconnections",
|
||||
namespace=>"WebGUI"
|
||||
},
|
||||
icon=>"databases.gif",
|
||||
op=>"listLDAPLinks",
|
||||
group=>"3"
|
||||
},
|
||||
"groups"=>{
|
||||
title=>{
|
||||
id=>"89",
|
||||
|
|
|
|||
|
|
@ -87,6 +87,12 @@ sub getOperations {
|
|||
'editDatabaseLink' => 'WebGUI::Operation::DatabaseLink',
|
||||
'editDatabaseLinkSave' => 'WebGUI::Operation::DatabaseLink',
|
||||
'listDatabaseLinks' => 'WebGUI::Operation::DatabaseLink',
|
||||
'copyLDAPLink' => 'WebGUI::Operation::LDAPLink',
|
||||
'deleteLDAPLink' => 'WebGUI::Operation::LDAPLink',
|
||||
'editLDAPLink' => 'WebGUI::Operation::LDAPLink',
|
||||
'editLDAPLinkSave' => 'WebGUI::Operation::LDAPLink',
|
||||
'listLDAPLinks' => 'WebGUI::Operation::LDAPLink',
|
||||
|
||||
'formAssetTree' => 'WebGUI::Operation::FormHelpers',
|
||||
'richEditPageTree' => 'WebGUI::Operation::FormHelpers',
|
||||
'richEditImageTree' => 'WebGUI::Operation::FormHelpers',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue