This commit is contained in:
@@ -122,6 +122,7 @@ namespace AyaNova.Biz
|
||||
|
||||
public static async Task ProcessUpdateTagsInRepositoryAsync(AyContext ct, List<string> newTags, List<string> originalTags = null)
|
||||
{
|
||||
//todo: Recode this as a procedure like search indexing or at least a direct sql call
|
||||
//just in case no new tags are present which could mean a user removed all tags from a record so this
|
||||
//needs to proceed with the code below even if newTags is null as long as originalTags isn't also null
|
||||
if (newTags == null) newTags = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user