Changeset 31557 for main/trunk/gli


Ignore:
Timestamp:
2017-03-31T18:33:30+13:00 (7 years ago)
Author:
ak19
Message:
  1. Modifying name of option to turn on usercomments feature to match GS2 name. 2. Correcting wrong default for this feature in java code vs correct one in model colConfigXML.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/cdm/Format4gs3Manager.java

    r31556 r31557  
    111111        String DISPLAY_DEFAULT_FORMAT_TEMP = "" +
    112112        "<gsf:option name=\"TOC\" value=\"true\"/>" +
    113         "<gsf:option name=\"UserComments\" value=\"true\"/>" +
     113        "<gsf:option name=\"AllowUserComments\" value=\"false\"/>" +
    114114        "<!--" +
    115115            "Overwriting this template allows you to change the heading of the document." +
Note: See TracChangeset for help on using the changeset viewer.