Skip to content

Commit

Permalink
Add build for v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Nov 20, 2017
1 parent 3371a3a commit 556ada8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1774,6 +1774,11 @@ Ext.define('ScienceLeadership.narratives.overrides.SectionTermReportsStudentsGri
me.columns = Ext.Array.insert(Ext.Array.clone(me.columns), 1, [{text:'Grade', dataIndex:'report_grade', emptyCellText:'\x26mdash;', width:70}]);
me.callParent(arguments);
}});
Ext.define('ScienceLeadership.narratives.overrides.TermReportPrintContainer', {override:'SlateAdmin.view.progress.terms.print.Container', initComponent:function() {
var me = this;
me.callParent(arguments);
me.down('fieldset#includeFieldset').add({boxLabel:'Overall Grade', name:'print[grade]', checked:true});
}});
Ext.define('Scienceleadership.narratives.overrides.TermsReportController', {override:'SlateAdmin.controller.progress.terms.Report', syncStudent:function(student) {
this.callParent(arguments);
var report = student.get('report');
Expand Down
Loading

0 comments on commit 556ada8

Please sign in to comment.