Project

General

Profile

0001-agenda-hiding-the-rendez-vous-update-form-when-updat.patch

Serghei Mihai, 17 July 2013 03:32 PM

Download (1.06 KB)

View differences:

Subject: [PATCH] agenda: hiding the rendez-vous update form when updating the
 periodical rendez-vous

Closes #3187
 calebasse/static/js/calebasse.agenda.js | 4 ++++
 1 file changed, 4 insertions(+)
calebasse/static/js/calebasse.agenda.js
});
$(base).on('click', '.update-periodic-event', function () {
$('.ui-icon-closethick').click();
// remove the form from previous hidden layer in order to prevent two
// elements with 'id_date' id on the page
$(this).parent().remove();
var id = $(this).data('id');
var delete_url = $(this).data('delete-url');
generic_ajaxform_dialog('update-periodic-event/' + id,