Fixed up Passive Analytics config install (wasn't added to
WebGUI.conf.original in version 7.7.70)
This commit is contained in:
parent
aa7a20b4f2
commit
d19963fd8e
3 changed files with 683 additions and 2 deletions
|
|
@ -345,6 +345,13 @@
|
|||
"title" : "^International(manage graphics,Graphics);",
|
||||
"groupSetting" : "groupIdAdminGraphics"
|
||||
},
|
||||
"passiveAnalytics" : {
|
||||
"icon" : "passiveAnalytics.png",
|
||||
"uiLevel" : 1,
|
||||
"url" : "^PageUrl(\"\",op=passiveAnalytics;func=editRuleflow);",
|
||||
"title" : "^International(Passive Analytics,PassiveAnalytics);",
|
||||
"groupSetting" : "3"
|
||||
},
|
||||
"shop" : {
|
||||
"icon" : "shop.gif",
|
||||
"uiLevel" : 5,
|
||||
|
|
@ -819,7 +826,9 @@
|
|||
"WebGUI::Workflow::Activity::SummarizePassiveProfileLog",
|
||||
"WebGUI::Workflow::Activity::SyncProfilesToLdap",
|
||||
"WebGUI::Workflow::Activity::TrashClipboard",
|
||||
"WebGUI::Workflow::Activity::TrashExpiredEvents"
|
||||
"WebGUI::Workflow::Activity::TrashExpiredEvents",
|
||||
"WebGUI::Workflow::Activity::SummarizePassiveAnalytics",
|
||||
"WebGUI::Workflow::Activity::BucketPassiveAnalytics"
|
||||
],
|
||||
"WebGUI::Asset::Wobject::Thingy" : [
|
||||
"WebGUI::Workflow::Activity::NotifyAboutThing"
|
||||
|
|
@ -904,6 +913,7 @@
|
|||
"WebGUI::Content::Referral",
|
||||
"WebGUI::Content::AssetManager",
|
||||
"WebGUI::Content::AssetDiscovery",
|
||||
"WebGUI::Content::PassiveAnalytics",
|
||||
"WebGUI::Content::AjaxI18N",
|
||||
"WebGUI::Content::Account",
|
||||
"WebGUI::Content::AssetHistory",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue