Skip to content

Commit

Permalink
Merge pull request #42 from HSG-Library/develop
Browse files Browse the repository at this point in the history
remove duplicate/old module
  • Loading branch information
d22 authored Aug 15, 2024
2 parents 51c6512 + a03180f commit d5dc197
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions js/modules/prm-request-after/hsg-request-after.module.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

import { bcuFeesLinkModule } from './bcu-fees-link/bcu-fees-link.module'
import { hsgPickupInfoModule } from './hsg-pickup-info/hsg-pickup-info.module'
import { slspAlmaRequestModule } from './slsp-alma-request/slsp-alma-request.module'
import { slspCourierInfoModule } from './slsp-courier-info/slsp-courier-info.module'
Expand All @@ -13,13 +11,11 @@ export const hsgRequestAfterModule = angular
<hsg-pickup-info-component after-ctrl="$ctrl"></hsg-pickup-info-component>
<slsp-alma-request-component after-ctrl="$ctrl"></slsp-alma-request-component>
<slsp-courier-info-component after-ctrl="$ctrl"></slsp-courier-info-component>
<bcu-fees-link-component after-ctrl="$ctrl"></bcu-fees-link-component>
`
// <hsg-reading-room-info-component after-ctrl="$ctrl"></hsg-reading-room-info-component>
})

hsgRequestAfterModule.requires.push(slspAlmaRequestModule.name)
hsgRequestAfterModule.requires.push(slspCourierInfoModule.name)
hsgRequestAfterModule.requires.push(hsgPickupInfoModule.name)
hsgRequestAfterModule.requires.push(bcuFeesLinkModule.name)
//hsgRequestAfterModule.requires.push(hsgReadingRoomInfoModule.name);

0 comments on commit d5dc197

Please sign in to comment.