CC-5210: "Linked" Icon is missing after adding contents into linked show
-fixed
This commit is contained in:
parent
311e0c103d
commit
b18495a79e
3 changed files with 13 additions and 5 deletions
|
@ -1069,13 +1069,13 @@ function buildEditMetadataDialog (json){
|
|||
width: 460,
|
||||
height: 660,
|
||||
modal: true,
|
||||
close: closeDialog
|
||||
close: closeDialogLibrary
|
||||
});
|
||||
|
||||
dialog.dialog('open');
|
||||
}
|
||||
|
||||
function closeDialog(event, ui) {
|
||||
function closeDialogLibrary(event, ui) {
|
||||
$(this).remove();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue