this.context.rowFlairCallback =
this.rowFlairCallback || function () { return ''; };
this.context.rowClassCallback =
- his.rowClassCallback || function () { return ''; };
+ this.rowClassCallback || function () { return ''; };
this.context.cellClassCallback =
this.cellClassCallback || function() { return ''; };
<div class="row">
<div class="col-lg-12">
<div class="float-right small-text-1">
- Created {{summary.create_date | date:'shortDate'}} by
+ Created {{summary.record.create_date() | date:'shortDate'}} by
<!-- creator if fleshed after the initial data set is loaded -->
<a *ngIf="summary.record.creator().usrname" target="_self"
href="/eg/staff/circ/patron/{{summary.record.creator().id()}}/checkout">
<div class="row pt-2">
<div class="col-lg-12">
<div class="float-right small-text-1" i18n>
- Edited {{summary.edit_date | date:'shortDate'}} by
+ Edited {{summary.record.edit_date() | date:'shortDate'}} by
<a *ngIf="summary.record.editor().usrname" target="_self"
href="/eg/staff/circ/patron/{{summary.record.editor().id()}}/checkout">
{{summary.record.editor().usrname()}}