|
@@ -112,10 +112,10 @@ public class GenUtils
|
|
|
{
|
|
|
column.setHtmlType(GenConstants.HTML_SELECT);
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
else if (StringUtils.endsWithIgnoreCase(columnName, "image"))
|
|
|
{
|
|
|
- column.setHtmlType(GenConstants.HTML_UPLOAD_IMAGE);
|
|
|
+ column.setHtmlType(GenConstants.HTML_IMAGE_UPLOAD);
|
|
|
}
|
|
|
|
|
|
else if (StringUtils.endsWithIgnoreCase(columnName, "content"))
|