Revision 8327
Added by Jing Tao about 11 years ago
src/edu/ucsb/nceas/metacat/util/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
Fixed a bug that the configuration page shows complete even though the DataONE configuration hadn't done yet.