DS-1655 Disable "Initial Questions" page in Submission UI by default

This commit is contained in:
Andrea Bollini
2013-10-27 15:53:12 +01:00
parent c48a1eb563
commit eeb3061c42
3 changed files with 21 additions and 11 deletions

View File

@@ -79,3 +79,9 @@ CREATE TABLE requestitem
CONSTRAINT requestitem_pkey PRIMARY KEY (requestitem_id),
CONSTRAINT requestitem_token_key UNIQUE (token)
);
-------------------------------------------------------
-- DS-1655 Disable "Initial Questions" page in Submission UI by default
-------------------------------------------------------
update workspaceitem set multiple_titles=true, published_before=true, multiple_files=true;
update workflowitem set multiple_titles=true, published_before=true, multiple_files=true;