-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.2.10 DXP FP1, 7.2.X, 7.2.1 CE GA2, 7.3.10 DXP GA1, Master
-
Component/s: Forms
-
Branch Version/s:7.2.x
-
Backported to Branch:Committed
-
Fix Priority:4
-
Git Pull Request:
-
QA Test Score:5
Steps to Reproduce:
- Setup/Configure an SMTP server to receive emails from Liferay server
- Add a new Form with a text field
- Configure email notifications for the form (in Settings)
- Publish Form
- Go to Publication URL
- Submit an entry
- View email notification
- In the email, click the link at: View all the form's entries by clicking here.
Expected Result:
Link directs to form entries list.
Actual Result:
Link URL is incorrect. Error thrown on navigation, "Forms is temporarily unavailable."
2018-06-14 21:37:28.511 ERROR [http-nio-8080-exec-8][render_portlet_jsp:131] null
java.lang.NullPointerException
at com.liferay.dynamic.data.mapping.form.web.internal.display.context.DDMFormAdminDisplayContext.getDDMFormInstanceRecordVersion(DDMFormAdminDisplayContext.java:270)
at org.apache.jsp.admin.view_005fform_005finstance_005frecord_jsp._jspService(view_005fform_005finstance_005frecord_jsp.java:253)
The link for the big button: "Click here to access the form" does correctly direct to the specific form entry.
Reproduced on:
7.1.x-private: 23f1b2e8a13c064f014ae8a285f941b0b2ed375c
- Testing discovered
-
LPS-82477 Forms email notification directs to copy of form entry on the generated "forms" site
- Closed