Adding Survey asset

This commit is contained in:
Martin Kamerbeek 2005-01-10 16:13:17 +00:00
parent 61d74619c5
commit 8b6ee5813a
3 changed files with 4 additions and 0 deletions

View file

@ -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',

View file

@ -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';

View file

@ -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