LP#1487143: remove legacy_script_support from example SIP config user/gmcharlt/lp1312308_remove_legacy_script_support_from_sip_config
authorGalen Charlton <gmc@esilibrary.com>
Thu, 20 Aug 2015 17:32:28 +0000 (17:32 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 20 Aug 2015 17:36:12 +0000 (17:36 +0000)
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>
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>