From c574f3722bdb3839022c710ba55f4f7ea2a975c6 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 16 May 2020 00:13:46 +0000 Subject: [PATCH] --- server/AyaNova/biz/TagUtil.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/AyaNova/biz/TagUtil.cs b/server/AyaNova/biz/TagUtil.cs index 99c1a1f3..49add26e 100644 --- a/server/AyaNova/biz/TagUtil.cs +++ b/server/AyaNova/biz/TagUtil.cs @@ -217,6 +217,9 @@ namespace AyaNova.Biz public static async Task BulkAdd(AyaType ayaType, BulkTagOpParameter tagOpParams, AyContext ct) { + //todo iterate the object in question, open and update and save each one through it's biz object interface so rules etc are all maintained + //not sure if should update locked or read only objects, probably not I guess as it should only do whatever was done in interface + //hmm... tomorrow problem throw new System.NotImplementedException("NOT IMPLEMENTED YET"); }