Changeset 37356


Ignore:
Timestamp:
2023-02-25T15:32:33+13:00 (14 months ago)
Author:
davidb
Message:

Use the -load param to load in the collection-specific collection. This sets the customArgs property of webswing, with that property then being used in webswing.config.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/webswing-gli.xsl

    r37343 r37356  
    104104        options: {
    105105            autoStart: true,
    106             //args: 'foo',
    107             //recording: getParam('recording'),
    108             //debugPort: getParam('debugPort'),
     106        args : "-load " + gs.cgiParams.c + "/gli.col",
    109107            connectionUrl:'/webswing-server/gli',
    110 
    111108
    112109        customization: function(injector) {
Note: See TracChangeset for help on using the changeset viewer.