Changeset 7781
- Timestamp:
- Feb 28, 2020, 2:28:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/list/ParentItemColumn.java
r7780 r7781 84 84 { 85 85 col.setExportFormatter(new NameableFormatter()); 86 col.setFilterProperty(col.getProperty()+".name"); 86 if (col.getFilterProperty()==null) 87 { 88 col.setFilterProperty(col.getProperty()+".name"); 89 } 87 90 col.setValueType(Type.STRING); 88 91 if (!helper.lazy) col.setFormatter(new CollectionFormatter(new LinkedItemFormatter()));
Note: See TracChangeset
for help on using the changeset viewer.