Kleine Korrektur an der FilterForm
git-svn-id: https://svn.libreccm.org/ccm/trunk@911 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
c5e69c2947
commit
c56d97ba77
|
|
@ -504,6 +504,7 @@ public class FolderManipulator extends SimpleContainer
|
||||||
m_actionSel.setValue(s, null);
|
m_actionSel.setValue(s, null);
|
||||||
m_paginator.reset(s);
|
m_paginator.reset(s);
|
||||||
s.setValue(m_filter, null);
|
s.setValue(m_filter, null);
|
||||||
|
m_filterForm.getFilterField().setValue(s, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
// The renderer for the first column in the itemView table
|
// The renderer for the first column in the itemView table
|
||||||
|
|
@ -589,8 +590,8 @@ public class FolderManipulator extends SimpleContainer
|
||||||
}
|
}
|
||||||
|
|
||||||
public void init(FormSectionEvent fse) throws FormProcessException {
|
public void init(FormSectionEvent fse) throws FormProcessException {
|
||||||
fse.getPageState().setValue(FolderManipulator.this.m_filter, null);
|
//fse.getPageState().setValue(FolderManipulator.this.m_filter, null);
|
||||||
filterField.setValue(fse.getPageState(), null);
|
//filterField.setValue(fse.getPageState(), null);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void submitted(FormSectionEvent fse) throws FormProcessException {
|
public void submitted(FormSectionEvent fse) throws FormProcessException {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue