mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 03:23:19 +00:00
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user