Question

NCS
SG
Last activity: 11 Oct 2017 7:35 EDT
Drag-and-Drop feature in adding Specifications - v7.3 having issues, it was working in v7.2.2
hi, we noticed an issue on the drag-and-drop feature in adding Requirements/Specifications on our upgraded v7.2.2 to v7.3
when Tracing, the following activity is throwing a java.lang.NullPointerException: pzDragDropMultiFileUpload
i compared the codes for v7.3 and v7.2.2 on the activity, the line below is added in v7.3 at the second to the last line of Java code:
pgDDFile.putString("pyPageName", attachPage.getString("pyPageName"));
if commented out, the drag-and-drop works -- but we are only speculating.
is there any related fix/report for this issue?
** Java Exception: java.lang.NullPointerException |