-
Type:
Technical Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: 7.0.0 DXP FP20, 7.0.X EE, Master
-
Fix Version/s: 7.0.0 DXP FP28, 7.0.X EE, 7.0.4 CE GA5, Master
-
Component/s: Dynamic Data Mapping > Taglib
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Git Pull Request:
Reproduction steps:
1. Add the following properties to your portal-ext.properties:
com.liferay.portal.servlet.filters.strip.StripFilter=false javascript.fast.load=false
2. Start a Master bundle and login as Admin
3. In the Site Administration panel, create a new Dynamic Data List definition having only a HTML field
4. Add a Dynamic Data Lists Display portlet and select the previously created list.
5. Add a new DDL Record having the definition created at previous step but don't save or publish it.
6. Open the current browser's development tool(F12) and place a break-point to the (row: 2916)destructor method of dynamic-data-mapping-web/js/ddm_form.js
7. Click on the Cancel button.
Expected: This method would be called.
Actual result: This method won't be called.
- is related to
-
LPS-72761 Front End shows "Add toolbar is available. Press ALT+F10 to focus" when removing control menu and using liferay-ddm:html taglib
-
- Closed
-