PHRAS-3684_wz-blocks-titles (#4034)

* PHRAS-3684_wz-blocks-titles
add titles to the 3 wz groups

* PHRAS-3684_wz-blocks-title
better css

* scroll baskets, not filters

* restore full height wz

* dist
This commit is contained in:
jygaulier
2022-06-01 11:31:30 +02:00
committed by GitHub
parent 9e7aa0eba8
commit 7da17aa38c
21 changed files with 181 additions and 76 deletions

View File

@@ -81,7 +81,8 @@ b.vote_expires=v.expires",
* we keep only the _most recent_ occurence ( max(p.id) )
* nb: we let the participant id unchanged because it's easier when copying "validationdatas"
*/
"insert into BasketParticipants (id, user_id, basket_id, can_modify, is_aware, is_confirmed, can_agree, can_see_others, reminded)
"insert into BasketParticipants (id, user_id, basket_id, can_modify,
is_aware, is_confirmed, can_agree, can_see_others, reminded)
select vp_id as id, user_id, basket_id, 0 as can_modify, is_aware, is_confirmed, can_agree, can_see_others, reminded from
(
SELECT concat(user_id, '-', basket_id) as u,