N°7136 - Portal: Add JS API to enable attachments IDs retrieval in an object form

This commit is contained in:
Molkobain
2024-01-11 14:14:58 +01:00
parent 490f8600e5
commit dfd5a5bebc

View File

@@ -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