mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-07-15 18:55:14 +08:00
Fixes #7155
This commit is contained in:
parent
794f30af39
commit
7c95b53807
@ -1,11 +1,12 @@
|
||||
using Orchard.Localization;
|
||||
using Orchard.Utility.Extensions;
|
||||
|
||||
namespace Orchard.ContentManagement {
|
||||
public class GroupInfo {
|
||||
private string _position = "5";
|
||||
|
||||
public GroupInfo(LocalizedString name) {
|
||||
Id = name.TextHint;
|
||||
Id = name.TextHint.ToSafeName();
|
||||
Name = name;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user