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"); }