eganwu 1 éve
szülő
commit
cf7bac79f1

+ 4 - 0
src/custom/restcontroller/webmanage/saletool/sharematerial/DesignPic.java

@@ -122,6 +122,10 @@ public class DesignPic extends Controller {
         }
         Row detailRow = rows.isNotEmpty() ? rows.get(0) : new Row();
 
+        if(detailRow.getString("title").equals("")){
+            detailRow.put("title",detailRow.getString("title_c"));
+        }
+
 
         Rows attRows = getAttachmentUrl("sat_sharematerial", sat_sharematerialid);
         attRows.sortby("sequence", "linksid");