Adding Survey asset
This commit is contained in:
parent
61d74619c5
commit
8b6ee5813a
3 changed files with 4 additions and 0 deletions
|
|
@ -666,6 +666,7 @@ $conf->set("assets"=>[
|
|||
'WebGUI::Asset::Wobject::WSClient',
|
||||
'WebGUI::Asset::Wobject::HttpProxy',
|
||||
'WebGUI::Asset::Wobject::SQLReport',
|
||||
'WebGUI::Asset::Wobject::Survey',
|
||||
'WebGUI::Asset::Redirect',
|
||||
'WebGUI::Asset::Template',
|
||||
'WebGUI::Asset::FilePile',
|
||||
|
|
|
|||
|
|
@ -220,4 +220,6 @@ INSERT INTO template VALUES ('15','File Folder','<a href=\"<tmpl_var assetId>\">
|
|||
|
||||
alter table HttpProxy add column cookieJarStorageId varchar(22);
|
||||
|
||||
alter table Survey drop column reportcardTemplateId;
|
||||
alter table Survey add column gradebookTemplateId varchar(22) default 'PBtmpl0000000000000062';
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ assets = WebGUI::Asset::File::Image, \
|
|||
WebGUI::Asset::Wobject::WSClient, \
|
||||
WebGUI::Asset::Wobject::Article, \
|
||||
WebGUI::Asset::Wobject::Navigation, \
|
||||
WebGUI::Asset::Wobject::Survey, \
|
||||
WebGUI::Asset::FilePile
|
||||
|
||||
sitename = www.example.com, example.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue