By gdd on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Issue links:
Description:
The progress bar javascript function had two parameters - updateCallback and errorCallback - that have been removed from the function signature. The parameters were not being used, and implementing them relied on eval() which is not recommended practice.
Impacts:
Module developers
Themers