Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.1.X
-
7.1.x
-
Committed
-
2
Description
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.