Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add log for missing entity when navigating to next menu #1559

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make clear when refs end
  • Loading branch information
MartinRiese committed Mar 25, 2024
commit dea1757091607a79f141cd4e4b77bb90f5a037d0
Original file line number Diff line number Diff line change
@@ -134,9 +134,11 @@ public void rebuildSessionFromFrame(MenuSession menuSession, CaseSearchHelper ca
ref,
(EntityDatum) neededDatum,
entityScreen.getEvalContext());
sb.append(" ");
sb.append(refStr);
sb.append("\n");
sb.append(",\n");
});
sb.append("]");

String refs = entityScreen.getReferences().toString();
log.error("could not get %s=%s from entity screen references: \n%s"