mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02: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);
|
me._onSubmitClick(oEvent);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.element.on('get_attachment_ids', function(oEvent) {
|
||||||
|
return me.getAttachmentIds();
|
||||||
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
// - Callback when some fields have been touched
|
// - Callback when some fields have been touched
|
||||||
|
|||||||
Reference in New Issue
Block a user