mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-19 01:57:55 +08:00
[Fixes #6430] Removes Imageset for Orchard.Alias UI
This removes the broken file reference generated by the Orchard.Alias UI feature.
This commit is contained in:
@@ -11,7 +11,6 @@ namespace Orchard.Alias {
|
||||
public string MenuName { get { return "admin"; } }
|
||||
|
||||
public void GetNavigation(NavigationBuilder builder) {
|
||||
builder.AddImageSet("aliases");
|
||||
builder.Add(T("Aliases"), "1.4.1", menu => {
|
||||
menu.LinkToFirstChild(true);
|
||||
|
||||
@@ -20,4 +19,4 @@ namespace Orchard.Alias {
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user