Ignore:
Timestamp:
2017-03-21T17:02:35+13:00 (7 years ago)
Author:
ak19
Message:

Committing what I think are bugfixes. These methods could surely not have worked before, as the parameters they were called with were incorrect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/js/GSMetadata.js

    r25948 r31529  
    2727                if(_archivesPosition != null)
    2828                {
    29                     gs.functions.setArchivesMetadata(_collection, _site, _documentID, _name, _archivesPosition);
     29                    gs.functions.setArchivesMetadata(_collection, _site, _documentID, _name, _archivesPosition, _value);
    3030                }
    3131                else
     
    3838                if(_indexPosition != null)
    3939                {
    40                     gs.functions.setIndexMetadata(_collection, _site, _documentID, _name, _indexPosition);
     40                    gs.functions.setIndexMetadata(_collection, _site, _documentID, _name, _indexPosition, _value);
    4141                }
    4242                else
Note: See TracChangeset for help on using the changeset viewer.