-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X
-
Fix Version/s: 7.0.0 DXP FP40, 7.0.0 DXP SP7, 7.0.5 CE GA6, 7.0.X
-
Component/s: ~ [Archived] Frontend Infrastructure
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Fix Priority:5
-
Last Working Version:
-
Git Pull Request:
After fixpack-de-37 global functions define() and require() are missing.
In BPR-14271 we wrongly backported LPS-76511 because to the original changes we added the modification of default value here:
@Meta.AD(deflt = "false", name = "expose-global", required = false) public boolean exposeGlobal();
Here are the original changes.
Here are the backported changes.
This is causing an important regression affecting all those custom developments which make use of a third party plugin with AMD support.