mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
[ACS-1455] Schema validation report expansion with patch specific problems told apart (#386)
* Update schema validation report - Introduced changes to tell apart problems due to optional unapplied patches within schema validation report * Update SchemaDifferenceHelper - Now populating optionalUpgradePatches list during the schema bootstrap registration to conform with patch registration mechanising already in use - Added tests * Make minor corrections Co-authored-by: Nana Insaidoo <nana.insaidoo@meterian.com>
This commit is contained in:
@@ -37,6 +37,8 @@ system.schema_comp.name_validator=name must match pattern ''{0}''
|
||||
system.schema_comp.index_columns_validator=Number of columns in index doesn''t match. Was {0}, but expected {1}
|
||||
system.schema_comp.column_names_validator=Column types do not match. Was {0}, but expected {1}
|
||||
system.schema_comp.schema_version_validator=version must be at least ''{0}''
|
||||
# Optional long running patch messages...
|
||||
system.schema_comp.patch_run_suggestion=The following problems will be resolved once the long running patch {0} has been run
|
||||
|
||||
# Clustering
|
||||
system.cluster.license.not_enabled=License does not permit clustering: clustering is disabled.
|
||||
|
Reference in New Issue
Block a user