-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 Alpha 1, 7.0.0 Alpha 2
-
Fix Version/s: 7.0.0 Alpha 3
-
Component/s: Dynamic Data Mapping, Dynamic Data Mapping > Template Editor
-
Labels:None
-
Fix Priority:4
-
Sprint:Sprint 3: Oct, 26 - Nov, 06
-
Git Pull Request:
If a user
- tries to delete a DDM template; and
- the deletion fails; and
- the user tries to create a new template just after the failure
then a error message will be displayed and the expected form will not be rendered.
Steps to reproduce
- Log in into Liferay.
- In the left column, click in "Web Content":
- Click in the blue button at the bottom right corner:
- Enter some random input and save the web content.
- At the top right corner, click on the "Actions" button (
) and then in "Templates":
- Select the only available template and click in the deletion icon (cf. attached GIF file).
- After the operation fails, click in the blue button in the modal dialog.
Expected results
- A form for adding new templates would be available.
Actual results
- We get an error message from the servlet container about how the requested URL is too long:
- causes
-
LPS-79775 portlet:renderURL copyCurrentRenderParameters default value is true
- Open