Added missing groupToEditSurvey Survey table field to upgrade script
Reduced YUI footprint (load -min and combined js/css files where possible) Updated surveyQuestion template and associated js/css to not use divs with ids that clash with wg page header and footer
This commit is contained in:
parent
36d4013dff
commit
cf96ad484a
5 changed files with 4 additions and 3 deletions
Binary file not shown.
|
|
@ -442,6 +442,7 @@ sub _addSurveyTables{
|
|||
$session->db->write("
|
||||
CREATE TABLE `Survey` (
|
||||
`groupToTakeSurvey` char(22) character set utf8 collate utf8_bin NOT NULL default '2',
|
||||
`groupToEditSurvey` char(22) character set utf8 collate utf8_bin NOT NULL default '3',
|
||||
`groupToViewReports` char(22) character set utf8 collate utf8_bin NOT NULL default '3',
|
||||
`responseTemplateId` char(22) character set utf8 collate utf8_bin NOT NULL,
|
||||
`overviewTemplateId` char(22) character set utf8 collate utf8_bin NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue