Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Commit

Permalink
Add beforereportload event
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Oct 7, 2016
1 parent 1a756b6 commit 2bb7fd3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ Ext.define('SlateAdmin.controller.progress.Interims', {
student.set('report', report, { dirty: false });
}

me.fireEvent('beforereportload', report);

editorForm.enable();
editorForm.setScrollY(0, true);
editorForm.loadRecord(report);
Expand Down

0 comments on commit 2bb7fd3

Please sign in to comment.