further sql fixes. frontend fix height of help system

This commit is contained in:
Jan 2026-01-27 13:16:07 +01:00
parent e53f865210
commit 5fb025e4b3
2 changed files with 4 additions and 2 deletions

View file

@ -86,7 +86,7 @@ export default {
flex-direction: column; flex-direction: column;
gap: 1.6rem; gap: 1.6rem;
width: min(80vw, 180rem); width: min(80vw, 180rem);
height: min(80vh, 120rem); height: min(90vh, 120rem);
min-height: 0; min-height: 0;
} }

View file

@ -278,7 +278,9 @@ public class ValidityPeriodRepository {
+ whereClause + """ + whereClause + """
GROUP BY GROUP BY
cj.validity_period_id, cj.validity_period_id,
cj.property_set_id cj.property_set_id,
ps.start_date,
vp.start_date
HAVING HAVING
COUNT(DISTINCT COALESCE(p.supplier_node_id, p.user_supplier_node_id)) = ? COUNT(DISTINCT COALESCE(p.supplier_node_id, p.user_supplier_node_id)) = ?
ORDER BY ORDER BY