File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
orm/src/main/resources/doc/entities Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7777 <#if dochelper.getComponentPOJO(propertyIdentifier)?exists >
7878 <#assign compoclass = dochelper.getComponentPOJO(propertyIdentifier) >
7979 <#list compoclass.allPropertiesIterator as property >
80- <#assign columnIterator = property.getValue().columnIterator >
80+ <#assign columnIterator = property.getValue().selectables.iterator() >
8181 <#assign rowspan = property.getValue().getColumnSpan() >
8282 <tr >
8383 <td <#if (rowspan >0)>rowspan="${rowspan} "</#if >>
287287 <tbody >
288288
289289 <#list properties as property >
290- <#assign columnIterator = property.getValue().columnIterator >
290+ <#assign columnIterator = property.getValue().selectables.iterator() >
291291 <#assign rowspan = property.getValue().getColumnSpan() >
292292 <tr >
293293 <td <#if (rowspan > 0)>rowspan="${rowspan} "</#if >>
You can’t perform that action at this time.
0 commit comments