Commit 07f4a6fa authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Correction bug suite refactoring BS5

parent e2464128
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@ $.widget("ose.referentiels", {
        this.element.find('.referentiel-delete').popAjax({
            submit: function (event, popAjax)
            {
                if (!popAjax.errorsInContent()) {
                if (!popAjax.hasErrors()) {
                    var serviceId = popAjax.element.parents('tr.referentiel-ligne').data('id');
                    popAjax.hide();
                    that.onAfterDelete(serviceId);
+1 −1
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@ $.widget("ose.enseignements", {

        this.element.find('.service-delete').popAjax({
            submit: function (event, popAjax) {
                if (!popAjax.errorsInContent()) {
                if (!popAjax.hasErrors()) {
                    var serviceId = popAjax.element.parents('tr.service-ligne').data('id');
                    popAjax.hide();
                    that.onAfterDelete(serviceId);