LP#1487143: remove legacy_script_support from example SIP config
authorGalen Charlton <gmc@esilibrary.com>
Thu, 20 Aug 2015 17:32:28 +0000 (17:32 +0000)
committerBen Shum <bshum@biblio.org>
Tue, 1 Sep 2015 14:09:55 +0000 (10:09 -0400)
This patch removes the legacy_script_support option (and the
related references to the scripts themselves) from the example
SIPServer config, as they now have no effect.

Existing Evergreen sites can choose to remove those configuraiton
options or leave them in.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/examples/oils_sip.xml.example

index ee37152..3b65dfb 100644 (file)
                 <checkin_hold_as_transit>1</checkin_hold_as_transit>
                 -->
 
-                <!-- If uncommented, overrides the legacy_script_support value in opensrf.xml for SIP. -->
-                <!--
-                <legacy_script_support>false</legacy_script_support>
-                -->
-
-                               <scripts>
-                    <!-- 
-                        When legacy script support is disabled, the <script> configuration
-                        is ignored.  The SIP server pulls item configuration information
-                        from the database instead (config.circ_modifier).
-                    -->
-                                       <path>LOCALSTATEDIR/</path>
-                    <path>LOCALSTATEDIR/catalog/</path>
-                   <path>LIBDIR/javascript/</path>
-                                       <item_config>circ/circ_item_config.js</item_config>
-                               </scripts>
-
                        </implementation_config>
        
                </institution>