diff --git a/Elwig/Models/DeliveryPart.cs b/Elwig/Models/DeliveryPart.cs index 759ec31..a288a3b 100644 --- a/Elwig/Models/DeliveryPart.cs +++ b/Elwig/Models/DeliveryPart.cs @@ -99,6 +99,9 @@ namespace Elwig.Models { [NotMapped] public IEnumerable Attributes => PartAttributes.Select(a => a.Attr); + [NotMapped] + public string AttributesString => string.Join("/", Attributes); + [InverseProperty("Part")] public virtual ISet PartModifiers { get; private set; } diff --git a/Elwig/Windows/DeliveryAdminWindow.xaml b/Elwig/Windows/DeliveryAdminWindow.xaml index baf22d5..f29cef8 100644 --- a/Elwig/Windows/DeliveryAdminWindow.xaml +++ b/Elwig/Windows/DeliveryAdminWindow.xaml @@ -401,7 +401,8 @@ - + +