Project

General

Profile

« Previous | Next » 

Revision 8327

Added by Jing Tao over 10 years ago

Fixed a bug that the configuration page shows complete even though the DataONE configuration hadn't done yet.

View differences:

ConfigurationUtil.java
62 62
					&& SkinUtil.areSkinsConfigured()
63 63
					&& DatabaseUtil.isDatabaseConfigured()
64 64
					&& GeoserverUtil.isGeoserverConfigured()
65
					&& isBackupDirConfigured();
65
					&& isBackupDirConfigured()
66
					&& DataONEConfigUtil.isGeoserverConfigured();
66 67
		} catch (MetacatUtilException ue) {
67 68
			logMetacat.error("Could not determine if metacat is configured due to utility exception: "
68 69
					+ ue.getMessage());

Also available in: Unified diff