3068 Better text and fix scrolling issues

This commit is contained in:
Andreas Svanberg 2023-05-26 08:29:43 +02:00
parent 1bfdccd093
commit 567812f1ce
2 changed files with 2 additions and 2 deletions

@ -60,7 +60,7 @@ public class FinalSeminarApprovalProcessPanel extends GenericPanel<ReviewerAppro
@Override
public void renderHead(IHeaderResponse response) {
super.renderHead(response);
response.render(OnEventHeaderItem.forComponent(this, "click", "$(this).siblings('div').slideToggle()"));
response.render(OnEventHeaderItem.forComponent(this, "click", "$(this).siblings('div').slideToggle(); return false"));
}
});
item.add(new DateLabel("decisionDate", decision.map(Decision::getDecisionDate), DateStyle.DATE));

@ -1,3 +1,3 @@
Status.UNDECIDED= Waiting for a decision to be made
Status.APPROVED= Ok
Status.REJECTED= Resend
Status.REJECTED= Improvements needed