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;
|
||||
gap: 1.6rem;
|
||||
width: min(80vw, 180rem);
|
||||
height: min(80vh, 120rem);
|
||||
height: min(90vh, 120rem);
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -278,7 +278,9 @@ public class ValidityPeriodRepository {
|
|||
+ whereClause + """
|
||||
GROUP BY
|
||||
cj.validity_period_id,
|
||||
cj.property_set_id
|
||||
cj.property_set_id,
|
||||
ps.start_date,
|
||||
vp.start_date
|
||||
HAVING
|
||||
COUNT(DISTINCT COALESCE(p.supplier_node_id, p.user_supplier_node_id)) = ?
|
||||
ORDER BY
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue