|
@@ -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");
|