adding assets to config file
This commit is contained in:
parent
2315f5edc3
commit
3b93444690
2 changed files with 7 additions and 3 deletions
|
|
@ -864,10 +864,10 @@ sub updateConfigFile {
|
|||
$newConfig{$key} = $conf->get($key);
|
||||
}
|
||||
}
|
||||
push(@{$newConfig{assetContainers}}, "WebGUI::Asset::Wobject::Dashboard") unless isIn("WebGUI::Asset::Wobject::Dashboard",@{$newConfig{assetContainers}});
|
||||
push(@{$newConfig{assets}}, "WebGUI::Asset::Wobject::Matrix") unless isIn("WebGUI::Asset::Wobject::Matrix",@{$newConfig{assets}});
|
||||
push(@{$newConfig{assets}}, "WebGUI::Asset::Wobject::InOutBoard") unless isIn("WebGUI::Asset::Wobject::InOutBoard",@{$newConfig{assets}});
|
||||
push(@{$newConfig{assets}}, "WebGUI::Asset::File::ZipArchive") unless isIn("WebGUI::Asset::File::ZipArchive",@{$newConfig{assets}});
|
||||
push(@{$newConfig{assets}}, "WebGUI::Asset::Wobject::Dashboard") unless isIn("WebGUI::Asset::Wobject::Dashboard",@{$newConfig{assets}});
|
||||
push(@{$newConfig{assets}}, "WebGUI::Asset::Wobject::StockData") unless isIn("WebGUI::Asset::Wobject::StockData",@{$newConfig{assets}});
|
||||
push(@{$newConfig{assets}}, "WebGUI::Asset::Wobject::WeatherData") unless isIn("WebGUI::Asset::Wobject::WeatherData",@{$newConfig{assets}});
|
||||
push(@{$newConfig{assets}}, "WebGUI::Asset::Wobject::MultiSearch") unless isIn("WebGUI::Asset::Wobject::MultiSearch",@{$newConfig{assets}});
|
||||
|
|
|
|||
|
|
@ -128,7 +128,12 @@ assets = WebGUI::Asset::Snippet, \
|
|||
WebGUI::Asset::Wobject::Product, \
|
||||
WebGUI::Asset::Wobject::SQLReport, \
|
||||
WebGUI::Asset::Wobject::Survey, \
|
||||
WebGUI::Asset::Wobject::WeatherData, \
|
||||
WebGUI::Asset::Wobject::MultiSearch, \
|
||||
WebGUI::Asset::Wobject::StockData, \
|
||||
WebGUI::Asset::Wobject::SyndicatedContent, \
|
||||
WebGUI::Asset::Wobject::InOutBoard, \
|
||||
WebGUI::Asset::File::ZipArchive, \
|
||||
WebGUI::Asset::Wobject::WSClient
|
||||
|
||||
# Specify the list assets that are used for utility purposes only
|
||||
|
|
@ -142,8 +147,7 @@ utilityAssets = WebGUI::Asset::Template, WebGUI::Asset::RichEdit, WebGUI::Asset:
|
|||
# These items are typically not content themselves, but rather
|
||||
# layout mechanisms.
|
||||
|
||||
assetContainers = WebGUI::Asset::Wobject::Layout, \
|
||||
WebGUI::Asset::Wobject::Folder
|
||||
assetContainers = WebGUI::Asset::Wobject::Layout, WebGUI::Asset::Wobject::Folder, WebGUI::Asset::Wobject::Dashboard
|
||||
|
||||
# Optionally specify a group id for assets to tell WebGUI what
|
||||
# group a user needs to be part of in order to add that type of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue