Skip to content

Commit

Permalink
includes configuration for Bullet::Notification::UnoptimizedQueryError
Browse files Browse the repository at this point in the history
  • Loading branch information
hadrienblanc authored and etienneCharignon committed Sep 30, 2022
1 parent 4da9f2e commit ec6429a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/campagnes/_form_script.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $(document).ready(function () {
}, 300);
const block_option_personnalisation_livraison = $("#campagne_options_personnalisation_livraison").parent();
switch (evenement.target.id) {
<% ParcoursType.all.each do |parcours_type| %>
<% ParcoursType.includes(:situations_configurations, situations_configurations: :situation).all.each do |parcours_type| %>
case "campagne_parcours_type_id_<%= parcours_type.id%>":
<% if parcours_type.option_redaction? %>
block_option_personnalisation_livraison.show();
Expand Down

0 comments on commit ec6429a

Please sign in to comment.