To test:
1. Go to a record in the Angular catalog
2. Click the View Holds tab
3. If status col is visible, remove status col, and save grid
4. Add status col and save grid.
5. Refresh page and note status field didn't stay visible
6. Apply patch, repeat steps 1-5, note Status stays visible
Signed-off-by: Dan Briem <dbriem@wlsmail.org>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
{{hold.title}}
</a>
</ng-template>
- <eg-grid-column i18n-label label="Title" [hidden]="true" name='title'
+ <eg-grid-column i18n-label label="Title" [hidden]="true" name='title'
[cellTemplate]="titleTmpl"></eg-grid-column>
<eg-grid-column i18n-label label="Author" path='author'
[hidden]="true"></eg-grid-column>
<eg-grid-column i18n-label label="Potential Items" path='potentials' datatype="int">
</eg-grid-column>
- <eg-grid-column i18n-label label="Status" [cellTemplate]="statusTemplate">
+ <eg-grid-column i18n-label label="Status" [cellTemplate]="statusTemplate" name="status_string">
</eg-grid-column>
<eg-grid-column i18n-label label="Queue Position"
path='relative_queue_position' [hidden]="true" datatype="int"></eg-grid-column>