make it so that the clone action will always get the source owning_lib data
authorJason Etheridge <phasefx@gmail.com>
Fri, 19 May 2023 13:06:55 +0000 (09:06 -0400)
committerJason Etheridge <phasefx@gmail.com>
Fri, 19 May 2023 13:06:55 +0000 (09:06 -0400)
Signed-off-by: Jason Etheridge <phasefx@gmail.com>
Open-ILS/src/eg2/src/app/staff/cat/linkchecker/linkchecker.component.html

index fb3c09f..5141711 100644 (file)
@@ -68,6 +68,7 @@
     </eg-grid-toolbar-action>
 
     <eg-grid-column path="id" [index]="true" [required]="true"></eg-grid-column>
+    <eg-grid-column path="owning_lib" [required]="true" label="Owning Library" i18n-label></eg-grid-column>
 
 </eg-grid>