Added Export Page functionality
This commit is contained in:
parent
b662855cff
commit
b6d8797a5d
13 changed files with 616 additions and 48 deletions
|
|
@ -56,3 +56,7 @@ alter table WobjectProxy add proxyCriteria text default NULL;
|
|||
alter table IndexedSearch add column (forceSearchRoots smallint(1) default 1);
|
||||
alter table DataForm_field add column (vertical smallint(1) default 1);
|
||||
alter table DataForm_field add column (extras varchar(128));
|
||||
|
||||
INSERT INTO groups VALUES (13,'Export Managers','Users in this group can export pages to disk.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0,NULL,0,0,0,3600,NULL,1,1);
|
||||
|
||||
INSERT INTO groupGroupings VALUES (3,13);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue