Bug : cannot get a message when trying to save a new category of card
This commit is contained in:
parent
3e201471c7
commit
24439d4685
3 changed files with 34 additions and 13 deletions
|
|
@ -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+'&';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue