Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D deichman
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 5
    • Merge requests 5
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • digibib
  • deichman
  • Merge requests
  • !466

Merged
Created Nov 26, 2021 by Petter Goksøyr Åsen@boutrosOwner

Resolve DEICH-6039 Delete code related to unused notice templates

  • Overview 1
  • Commits 8
  • Changes 20

Removes a bit of code which enables us to safely delete som unused templates.

When merged, the following templates can be deleted from the DB:

DELETE FROM letter WHERE code IN (
    'OVERDUES_SLIP',
    'HOLD',
    'DISCHARGE',
    'ODUE',
    'OPAC_REG_VERIFY',
    'ACQORDER',
    'RLIST',
    'RENEWAL',
    'AUTO_RENEWALS',
    'CHECKOUT',
    'CHECKOUT_NOTE'
);

Closes DEICH-6039

Edited Nov 26, 2021 by Petter Goksøyr Åsen
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: DEICH-6039