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
AgentsController calls agent.setEnabled without providing current user. As a result no records will be written in audit. You can obtain current user from session: SessionUser.getUser(request).
AgentsController calls agent.setEnabled without providing current user. As a result no records will be written in audit. You can obtain current user from session: SessionUser.getUser(request).