Temporarily commenting out changes made in
Rev:7376 of Ini class, to enable trunk to compile. (BF2373679 Validator for beforeSaveProperties)
This commit is contained in:
parent
76f4216035
commit
5da8884b6a
|
@ -44,8 +44,9 @@ import javax.jnlp.UnavailableServiceException;
|
||||||
|
|
||||||
import org.adempiere.plaf.AdempiereLookAndFeel;
|
import org.adempiere.plaf.AdempiereLookAndFeel;
|
||||||
import org.adempiere.plaf.AdempiereThemeInnova;
|
import org.adempiere.plaf.AdempiereThemeInnova;
|
||||||
|
/* FR2373679 Validator for beforeSaveProperties
|
||||||
import org.compiere.model.ModelValidationEngine;
|
import org.compiere.model.ModelValidationEngine;
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Load & Save INI Settings fopm property file
|
* Load & Save INI Settings fopm property file
|
||||||
|
@ -237,10 +238,12 @@ public final class Ini implements Serializable
|
||||||
*/
|
*/
|
||||||
public static void saveProperties (boolean tryUserHome)
|
public static void saveProperties (boolean tryUserHome)
|
||||||
{
|
{
|
||||||
|
/* FR2373679 Validator for beforeSaveProperties
|
||||||
if (Ini.isClient() && DB.isConnected()) {
|
if (Ini.isClient() && DB.isConnected()) {
|
||||||
// Call ModelValidators beforeSaveProperties
|
// Call ModelValidators beforeSaveProperties
|
||||||
ModelValidationEngine.get().beforeSaveProperties();
|
ModelValidationEngine.get().beforeSaveProperties();
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
if (isWebStartClient())
|
if (isWebStartClient())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue