Commit fed50a32 by Yvon Kerdoncuff

Merge branch '4758-prepa-odoo-shifts-filter' into 'dev_cooperatic'

fix shift choice filters in prepa odoo

See merge request !229
parents 8db70778 2f904ac8
Pipeline #2759 passed with stage
in 1 minute 30 seconds
......@@ -462,4 +462,6 @@ function shift_loc_selection() {
st_loc_buttons.click(shift_loc_selection);
week_types.find('input').change(filter_weeks);
week_types.find('input').change(() => {
filter_weeks({shift_listener: true});
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment