You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!skipChangeCounterCheck && auditEventName != null)
291
+
if (!skipAuditEventCheck && auditEventName != null)
296
292
{
297
293
try
298
294
{
299
295
intchangeCounter = auditLogHelper.isSourcesRoute() ? _changeCounter + 1 : _changeCounter; // Source updates include the name value in the diff (even when not changed)
if (!skipChangeCounterCheck && auditEventName != null)
521
+
if (!skipAuditEventCheck && auditEventName != null)
521
522
{
522
523
try
523
524
{
524
525
intchangeCounter = auditLogHelper.isSourcesRoute() ? _changeCounter + 1 : _changeCounter; // Source updates include the name value in the diff (even when not changed)
0 commit comments