-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X
-
Fix Version/s: 7.0.0 DXP FP86, 7.0.10.12 DXP SP12, 7.0.X, 7.1.10 DXP FP14, 7.1.X
-
Component/s: Alloy Editor
-
Branch Version/s:7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Last Working Version:
-
Git Pull Request:
After the installation of fixpack-dxp-12 is not possible to use custom AlloyEditor buttons created using React.createClass.
Steps to reproduce
- Create a new custom AlloyEditor button using React.createClass (you can see here some examples)
- Start Liferay 7.1 - fixpack-dxp-11
- Deploy your button and assert everything works as expected.
- Stop the server. Install fixpack-dxp-12 (remember delete osgi/state folder
)
- Check whether the button is still working
Expected behavior
Button is still working
Actual behavior
Button is no longer working
Additional notes
This issue is caused by LPS-90079 which upgraded AlloyEditor from 1.5.23 to 2.0.0-alpha.2 and moving the buttons away from portal.
- causes
-
LPS-106780 Alloy Editor displays white text on white background with IE11
- Closed
- is caused by
-
LPS-90079 Update AlloyEditor to v2.0.0-alpha.x
-
- Closed
-
- is related to
-
LPS-104409 AlloyEditor.React.createClass is undefined
- Closed