throw new Exception("invalid reviewer name");
Notify AsyncProcessor EmailGenerator
tpldata.AddtlProductEnhancementsAndChanges[msgCat][rank][mt].Add(msg);
KeyNotFoundException (Dictionary Access)
Notify AsyncProcessor DigestMailer
returnName = firstName[0] + lastName;
OA3 OnlineAssistant OaAdminDatabaseManager
is this left in from testing?
Fix Notify email issue after server reboot
Kevin
throw new Exception("email test parameters not fully defined");
Notify AsyncProcessor EmailBlaster
_fdsEmails = lookupFdsEmails(fdsUsers);
NullReferenceException - Dictionary is Null
Notify AsyncProcessor EmailBlaster
var tdict = targets.ToDictionary((ks) => ks.Value.user_id, (vs) => vs.Key);
ArgumentException: An item with the same key has already been added to the dictionary.
Notify Propagatorworker PropagatorBase
if we want to do cleanup as part of this branch, we can likely get rid of this function now
Migrate component caching layer
Tamas
throw new InvalidOperationException("The specified stream is not open for writing.");
OA3 Common S3AttachmentStore
var queryResults = commandResult.QueryResults.First();
InvalidOperationException - "Sequence contains no elements"
Notify Propagatorworker SphinxSearchQuery
DateTime.Now.Subtract(msg.replication_updated_at.Value).TotalMinutes < PROCESSING_TIME_LIMIT)
InvalidOperationException: Nullable object must have a value.
Notify Propagatorworker PropagatorFeeder
Do we need this and the componentlibrary.core one?
OA Bookmark Bug Fix
Adam
throw new Exception("ugh");
Notify NotifyManager LogsController
if (!UrlConfigurationId.HasValue) throw new InvalidOperationException("Attempted to convert an invalid TranslationRule to its Test equivalent");
InvalidOperationException - "Attempted to convert an invalid TranslationRule to its Test equivalent"
CL2 ComponentLibrary.Data WebComponentTranslationRules
window.parent.fdsWebFrame.openUtilityTrayPanel('alerts', buttonHref.split('alert-manager?')[1]);
TypeError: Cannot read property 'fdsWebFrame' of undefined
IAN in-app-notifications GenericNotification
is this left in from testing?
Integrate Pinia into application
Sergey
throw new ArgumentException("Not valid CAccess");
CL2 ComponentLibrary.Core ComponentLibraryGenerator
var file = HttpContext.Current.Request.Files[0];
System.ArgumentException: Index was out of range
OA3 OnlineAssistant CmsController
var catUsers = UsersSubscription.EmployeesForCategory(cat.category_id, ctx); users.AddRange(users);
Notify Propagatorworker InternalSubscriberPropagator
Is this try/catch block meant to be commented out still?
IAN WS confirm acks not tracking
Adam