-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X
-
Fix Version/s: 7.1.10 DXP FP17, 7.1.10.4 SP4, 7.1.X
-
Component/s: ~ [Archived] Frontend Infrastructure
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
-
Fix Priority:2
-
Git Pull Request:
Into 7.1.x portal configuration, we can remove the dependency to Lodash library "_.(lodash_function)",
if we do this we can get some errors because we still have some references in the code on these files:
- portal-web/docroot/html/taglib/ui/quick_access/page.jsp
line 75: _.isFunction(callbackFn) - portal-web/docroot/html/taglib/ui/user_name_fields/page.jsp
line 45 and 81: _.forEach
Because we still have these dependencies it's not possible to disable Lodash in 7.1.x , so we replace this call with pure js functions.