Skip to content

Releases: wrlc-primo-dev/CENTRAL_PACKAGE

v1.0.3

29 Aug 13:45
Compare
Choose a tag to compare

Bugfixes

  • converted template literals to be ES5/Internet Explorer 11 compliant.

v1.02

15 Aug 18:21
Compare
Choose a tag to compare

Adds illCard module. This is an opt in feature (i.e. it will not run unless required and configured in your institution's view configuration package).

Configuration

If you would like to use the illCard module, make the following changes to your view's customization package.

config.js

Add illCard to the list of required modules

var app = angular.module('viewCustom', ['angularLoad', 'illCard']);

Add a configuration variable as shown below

    app.constant('illCardConfig', {
    	card_title: 'Check Illiad Requests',
    	message : 'Sign in below to view your interlibrary loan account information.',
    	signon_url : '',
    	link_text : 'Sign into Illaid',
    });

Variables

var name data type description
illCardConfig.card_title string Header for ILL card
illCardConfig.mesasge string Optional additional text displayed as body of card
illCardConfig.signon_url string link to the sign on page of your ILL instance
illCardConfig.link_text string Text that will be linked to your ILL instance

Screenshot

illcard

v1.0.1

30 Jul 13:46
Compare
Choose a tag to compare

Custom JS

v1.0.0

25 Jul 19:45
Compare
Choose a tag to compare

Request Form Customizations

  • helper text for partial digitization request option
  • temporary helper text for Article CLS request
  • Widen form input fields

Custom JS

  • WRLC GA tracker
  • WRLC footer

v0.1.2

03 Jul 18:18
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Adds WRLC footer note.

v0.1.1

03 Jul 14:28
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Adds CSS to hide photocopy option on resource sharing form.

v0.1.0

08 Mar 19:43
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial commit of central package. No customizations.