Skip to content

Commit

Permalink
MID-7777 fix assignments panel loading, improved error messages, loca…
Browse files Browse the repository at this point in the history
…lization
  • Loading branch information
1azyman committed Apr 1, 2022
1 parent 852b588 commit ca5db59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ public void replacePanel(ContainerPanelConfigurationType config, AjaxRequestTarg
LOGGER.debug("Can't instantiate panel based on config\n {}", config.debugDump(), e);
}

error("Cannot instantiate panel, " + e.getMessage() + " (" + e.getClass().getSimpleName() + ").");
error(getString("AbstractPageObjectDetails.replacePanelException", e.getMessage(), e.getClass().getSimpleName()));
target.add(getFeedbackPanel());
}
}
Expand Down

0 comments on commit ca5db59

Please sign in to comment.