Bjarke Berg
2020-05-27 12:17:46 +02:00
parent 31dc9b079b
commit bfff08e98e
4 changed files with 88 additions and 108 deletions

View File

@@ -9,10 +9,8 @@ namespace Umbraco.Web.Models
/// A model that represents uploading a local package
/// </summary>
[DataContract(Name = "localPackageInstallModel")]
public class LocalPackageInstallModel : PackageInstallModel, IHaveUploadedFiles, INotificationModel
public class LocalPackageInstallModel : PackageInstallModel, INotificationModel
{
public List<ContentPropertyFile> UploadedFiles { get; } = new List<ContentPropertyFile>();
[DataMember(Name = "notifications")]
public List<BackOfficeNotification> Notifications { get; } = new List<BackOfficeNotification>();