[HRSP] Attachment survey questions broken with new survey widgetDescriptionAttachment survey questions do not work on HR survey tasks. When you click the "attach" button, nothing happens. The below error was found on the browser console Error: [$rootScope:inprog] $apply already in progresshttp://errors.angularjs.org/1.5.11/$rootScope/inprog?p0=%24applySteps to Reproduce 1. Install HR Scoped Core2. Navigate to HR Surveys and create a survey. Include an "attachment" question.3. Create an HR Template (table: HR Task). For the template, set the hr task type to "Take Survey" and set the "Survey" to the survey created in step 24. On a new case, or an existing/open case, add a task - set the template to the template from step 3. Fill in any required fields, assign the task to System Administrator,.5. Navigate to the todos page and open the survey task6. Attempt to answer the attachment question - try to attach something. Notice it doesn't work. Unexpected7. In the HRJ Task Template widget, COMMENT OUT these lines in the server side code:var takeAssessmentWidget = $sp.getWidget('take_assessment', s);// use the new widget if it is availableif (takeAssessmentWidget.sys_id === '5cbb8f1053313010561cddeeff7b1272')return takeAssessmentWidget;8. Repeat steps 5 - 6. Notice that the attachment worksWorkaroundThis problem has been fixed. If you are able to upgrade, review the Fixed In or Intended Fix Version fields to determine whether any versions have a planned or permanent fix.Related Problem: PRB1575387