fix mismatches between upgrades and WebGUI.conf.original
This commit is contained in:
parent
4ec14bc026
commit
1c7d8c5050
2 changed files with 41 additions and 9 deletions
|
|
@ -513,6 +513,9 @@
|
|||
"WebGUI::Asset::Sku::Donation" : {
|
||||
"category" : "shop"
|
||||
},
|
||||
'WebGUI::Asset::Sku::ThingyRecord' : {
|
||||
"category" : "shop"
|
||||
},
|
||||
"WebGUI::Asset::Wobject::UserList" : {
|
||||
"category" : "intranet"
|
||||
},
|
||||
|
|
@ -533,6 +536,9 @@
|
|||
"WebGUI::Asset::Wobject::StoryTopic" : {
|
||||
"category" : "community"
|
||||
},
|
||||
"WebGUI::Asset::Wobject::Carousel" : {
|
||||
"category" : "utilities"
|
||||
},
|
||||
"WebGUI::Asset::Wobject::StockData" : {
|
||||
"category" : "intranet"
|
||||
},
|
||||
|
|
@ -843,7 +849,8 @@
|
|||
"WebGUI::Workflow::Activity::TrashClipboard",
|
||||
"WebGUI::Workflow::Activity::TrashExpiredEvents",
|
||||
"WebGUI::Workflow::Activity::SummarizePassiveAnalytics",
|
||||
"WebGUI::Workflow::Activity::BucketPassiveAnalytics"
|
||||
"WebGUI::Workflow::Activity::BucketPassiveAnalytics",
|
||||
"WebGUI::Workflow::Activity::ExpirePurchasedThingyRecords"
|
||||
],
|
||||
"WebGUI::Asset::Wobject::Thingy" : [
|
||||
"WebGUI::Workflow::Activity::NotifyAboutThing"
|
||||
|
|
@ -974,7 +981,13 @@
|
|||
"rar",
|
||||
"gz",
|
||||
"bz2"
|
||||
]
|
||||
],
|
||||
|
||||
# Drivers for the pluggable tax system
|
||||
"taxDrivers" : [
|
||||
"WebGUI::Shop::TaxDriver::Generic",
|
||||
"WebGUI::Shop::TaxDriver::EU"
|
||||
],
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue