Skip to content

Commit 0099e17

Browse files
committed
AMP-30853- Configure multicountry for Ecowas
1 parent 2605004 commit 0099e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amp/xmlpatches/4.0/GGW-207-Require-Login-For-GIS.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<script>
1010
<lang delimiter=";" type="postgres"><![CDATA[
1111
INSERT INTO amp_global_settings(id, settingsname, settingsvalue, possiblevalues, description, section, value_translatable, internal)
12-
VALUES (nextval('amp_global_settings_seq'), 'Login Required For GIS', 'true', 't_Boolean', 'Login Required For GIS', 'general', null, FALSE);
12+
VALUES (nextval('amp_global_settings_seq'), 'Login Required For GIS', 'true', 't_Boolean', 'Login Required For GIS', 'gis', null, FALSE);
1313
]]></lang>
1414
</script>
1515
</apply>

0 commit comments

Comments
 (0)