File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ export default {
218218 if (this .searchPerimeter === ' libris' ) {
219219 type = this .activeSearchType ;
220220 } else if (this .searchTool === ' changes' ) {
221- type = ' ChangeCategory ' ;
221+ type = ' ChangeObservation ' ;
222222 }
223223 }
224224 return { ' @type' : type };
Original file line number Diff line number Diff line change @@ -272,6 +272,13 @@ export default {
272272 order : 18 ,
273273 } ,
274274 } ,
275+ 'category.@id' : {
276+ sv : 'Ändringskategori' ,
277+ en : 'Change category' ,
278+ facet : {
279+ order : 19 ,
280+ } ,
281+ } ,
275282 '@reverse' : {
276283 sv : 'Relation' ,
277284 en : 'Relation' ,
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ import * as HttpUtil from '@/utils/http';
77import TabMenu from ' @/components/shared/tab-menu' ;
88import HoldingMover from ' @/components/care/holding-mover' ;
99import ModalComponent from ' @/components/shared/modal-component' ;
10- import Find from ' ./Find .vue' ;
10+ import ChangeNotes from ' ./ChangeNotes .vue' ;
1111
1212export default {
1313 name: ' DirectoryCare' ,
1414 components: {
15- find : Find ,
15+ ChangeNotes ,
1616 ' tab-menu' : TabMenu,
1717 ' holding-mover' : HoldingMover,
1818 ' modal-component' : ModalComponent,
@@ -137,7 +137,7 @@ export default {
137137 <div class =" DirectoryCare" >
138138 <div v-if =" fetchComplete" >
139139 <tab-menu @go =" switchTool" :tabs =" tabs" :active =" $route.params.tool" ></tab-menu >
140- <find v-if =" $route.params.tool === 'changes'" ></find >
140+ <change-notes v-if =" $route.params.tool === 'changes'" ></change-notes >
141141 <holding-mover
142142 v-if =" $route.params.tool === 'holdings'"
143143 :flaggedInstances =" flaggedInstances" />
You can’t perform that action at this time.
0 commit comments