Adding functionality to DataForm and IndexedSearch. This also fixes a 'bug' in IndexedSearch where the pagelist isn't updated, when it changes.
This commit is contained in:
parent
387353e21f
commit
8bea166476
5 changed files with 176 additions and 58 deletions
|
|
@ -53,3 +53,6 @@ alter table WobjectProxy add proxyByCriteria int default 0;
|
|||
alter table WobjectProxy add resolveMultiples varchar(30) default "mostRecent";
|
||||
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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue