further sql fixes. frontend fix height of help system
This commit is contained in:
parent
e53f865210
commit
5fb025e4b3
2 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue