Foren

Add India in Country drop down

kgallant kgallant, geändert vor 17 Jahren.

Add India in Country drop down

New Member Beiträge: 4 Beitrittsdatum: 19.06.06 Neueste Beiträge
Hello,

Is there anyway I can add other countries such as India is the Country drop down menu. Or is there a way to select no country when adding an organization in the enterprise Admin portlet.

I am using Liferay 4.1.0

Thank,
Katie
thumbnail
Brian Chan, geändert vor 17 Jahren.

RE: Add India in Country drop down

Liferay Master Beiträge: 753 Beitrittsdatum: 05.08.04 Neueste Beiträge
Done.
pvinayk pvinayk, geändert vor 17 Jahren.

RE: Add India in Country drop down

New Member Beiträge: 4 Beitrittsdatum: 17.06.06 Neueste Beiträge
Add the following line in "D:\Projects\liferay\portal\ext\sql\portal-data-common.sql" and run ant script for "loaddb" and "deploy"

insert into Country (countryId, countryCode, name, active_) values ('20', 'IND', 'India', TRUE);
thumbnail
Raja Seth, geändert vor 10 Jahren.

RE: Add India in Country drop down

Regular Member Beiträge: 233 Beitrittsdatum: 18.08.11 Neueste Beiträge
Do we have any other approach to add new countries and regions???...