|
@@ -116,7 +116,8 @@ This code manage the many-to-[one|many] association field popup
|
|
// make sure we have a clean state
|
|
// make sure we have a clean state
|
|
jQuery('a', field_dialog_{{ id }}).die('click');
|
|
jQuery('a', field_dialog_{{ id }}).die('click');
|
|
jQuery('form', field_dialog_{{ id }}).die('submit');
|
|
jQuery('form', field_dialog_{{ id }}).die('submit');
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+ zIndex: 9998,
|
|
});
|
|
});
|
|
}
|
|
}
|
|
});
|
|
});
|
|
@@ -164,7 +165,8 @@ This code manage the many-to-[one|many] association field popup
|
|
// make sure we have a clean state
|
|
// make sure we have a clean state
|
|
jQuery('a', field_dialog_{{ id }}).die('click');
|
|
jQuery('a', field_dialog_{{ id }}).die('click');
|
|
jQuery('form', field_dialog_{{ id }}).die('submit');
|
|
jQuery('form', field_dialog_{{ id }}).die('submit');
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+ zIndex: 9998,
|
|
});
|
|
});
|
|
}
|
|
}
|
|
});
|
|
});
|
|
@@ -380,4 +382,4 @@ This code manage the many-to-[one|many] association field popup
|
|
</script>
|
|
</script>
|
|
<!-- / edit many association -->
|
|
<!-- / edit many association -->
|
|
|
|
|
|
-{% endautoescape %}
|
|
|
|
|
|
+{% endautoescape %}
|