mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°7136 - Portal: Add JS API to enable attachments IDs retrieval in an object form
This commit is contained in:
@@ -95,6 +95,10 @@ $(function()
|
||||
|
||||
me._onSubmitClick(oEvent);
|
||||
});
|
||||
|
||||
this.element.on('get_attachment_ids', function(oEvent) {
|
||||
return me.getAttachmentIds();
|
||||
});
|
||||
},
|
||||
|
||||
// - Callback when some fields have been touched
|
||||
|
||||
Reference in New Issue
Block a user