mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Fix #1286 Can not create a description model
This commit is contained in:
@@ -1527,8 +1527,11 @@ function preset_copy()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$("#Edit_copyPreset_dlg FORM DIV").html(html);
|
$("#Edit_copyPreset_dlg FORM DIV").html(html);
|
||||||
if ( $("#Edit_copyPreset_dlg").data("ui-dialog")) {
|
var $dialog = $("#Edit_copyPreset_dlg");
|
||||||
$("#Edit_copyPreset_dlg").dialog('open');
|
if ($dialog.data("ui-dialog")) {
|
||||||
|
// to show dialog on top of edit window
|
||||||
|
$dialog.dialog("widget").css("z-index", 1300);
|
||||||
|
$dialog.dialog("open");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user