Fixed: List Tags and Prevent Delete of Tag if on List

This commit is contained in:
Qstick
2019-11-01 21:31:47 -04:00
parent 816905a506
commit c08ae534c5
9 changed files with 73 additions and 7 deletions

View File

@@ -67,7 +67,6 @@ namespace NzbDrone.Core.Datastore
Mapper.Entity<NetImportDefinition>().RegisterDefinition("NetImport")
.Ignore(i => i.Enable)
.Ignore(d => d.Tags)
.Relationship()
.HasOne(n => n.Profile, n => n.ProfileId);