Menu

#127 problem with view properties

v4m5
closed
None
6
2010-07-23
2010-05-28
No

when i have view properties added by code on a modal window of a collection, the on change events doesn't work fine
we may change the view.java class and comment part of the getMetaPropertiesQualified() metod to repair the bug.
thise is the code:

private Collection getMetaPropertiesQualified() throws XavaException {
// tmp if (metaPropertiesQualified == null) {
metaPropertiesQualified = new ArrayList();
fillMetaPropertiesQualified(this, metaPropertiesQualified, null);
if (hasSections()) {
int count = getSections().size();
for (int i=0; i<count; i++) {
fillMetaPropertiesQualified(getSectionView(i), metaPropertiesQualified, null);
}
}
// tmp }
return metaPropertiesQualified;
}

Discussion

  • isabel_valero

    isabel_valero - 2010-05-28
    • assigned_to: nobody --> javierpaniza
     
  • Javier Paniza

    Javier Paniza - 2010-07-19
    • priority: 5 --> 6
     
  • Javier Paniza

    Javier Paniza - 2010-07-23
    • milestone: --> v4m5
    • status: open --> closed
     

Log in to post a comment.