Bug : cannot get a message when trying to save a new category of card

This commit is contained in:
Dany De Bontridder 2019-08-15 16:57:33 +02:00
parent 3e201471c7
commit 24439d4685
3 changed files with 34 additions and 13 deletions

View file

@ -838,9 +838,8 @@ function save_card_category(obj)
alert_box('Erreur pas d\' attribut ipopup '+obj.id);
return;
};
try {
try {
// Data must be taken here
data=$('newcat').serialize(false);
var dossier=$('gDossier').value;
var queryString='ctl='+obj.ipopup+'&';