Skip to content
Extraits de code Groupes Projets
Valider 71bca647 rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

refs #4393 reports added to the scheduled reports do not appear as checked....

refs #4393 reports added to the scheduled reports do not appear as checked. still looking for a better solution
parent 2d89406e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
$(document).ready(function () { $(document).ready(function () {
$('input').iCheck({
checkboxClass: 'form-checkbox', function initICheck()
radioClass: 'form-radio', {
checkedClass: 'checked', $('input').iCheck({
hoverClass: 'form-hover', checkboxClass: 'form-checkbox',
}); radioClass: 'form-radio',
checkedClass: 'checked',
hoverClass: 'form-hover',
});
}
initICheck();
$(document).bind('ScheduledRepot.edit', initICheck);
$('body').on('ifClicked', 'input', function () { $('body').on('ifClicked', 'input', function () {
$(this).trigger('click'); $(this).trigger('click');
......
...@@ -160,6 +160,7 @@ function initManagePdf() { ...@@ -160,6 +160,7 @@ function initManagePdf() {
formSetEditReport(idReport); formSetEditReport(idReport);
$('.entityAddContainer').show(); $('.entityAddContainer').show();
$('#entityEditContainer').hide(); $('#entityEditContainer').hide();
$(document).trigger('ScheduledRepot.edit', {});
}); });
// Switch Report Type // Switch Report Type
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter