Got more of the install checker working and inspecting package assemblies for report.
This commit is contained in:
@@ -157,6 +157,11 @@ namespace umbraco.presentation.developer.packages
|
||||
}
|
||||
}
|
||||
|
||||
if (_installer.ContainsLegacyPropertyEditors)
|
||||
{
|
||||
LegacyPropertyEditorPanel.Visible = true;
|
||||
}
|
||||
|
||||
if (_installer.ContainsBinaryFileErrors)
|
||||
{
|
||||
BinaryFileErrorsPanel.Visible = true;
|
||||
|
||||
@@ -301,6 +301,7 @@ namespace umbraco.presentation.developer.packages {
|
||||
protected global::umbraco.uicontrols.PropertyPanel pp_templateConflicts;
|
||||
|
||||
protected global::umbraco.uicontrols.PropertyPanel BinaryFileErrorsPanel;
|
||||
protected global::umbraco.uicontrols.PropertyPanel LegacyPropertyEditorPanel;
|
||||
protected global::System.Web.UI.WebControls.Literal BinaryFileErrorReport;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user