iframemanager icon indicating copy to clipboard operation
iframemanager copied to clipboard

Use {data-id} on notice

Open joaomfantunes opened this issue 2 years ago • 2 comments

In one use case, it was necessary to pass the {data-id} variable within the printed message, and this variable was not rewritten by the token. After analyzing the code, this update was possible by changing one line of code (line 568) to this: notice && notice_text.insertAdjacentHTML('beforeend', noticeText.replaceAll(DATA_ID_PLACEHOLDER, serviceProp._id) || ''); Right now the code is working.

joaomfantunes avatar Oct 12 '23 17:10 joaomfantunes

I need the same feature actually. It would be very useful !

Nantiee avatar Mar 29 '24 14:03 Nantiee

Can be done!

orestbida avatar Apr 01 '24 19:04 orestbida

Can be done!

will it be done ;-) ?

streiten avatar Sep 06 '24 10:09 streiten

@streiten yep ;)

orestbida avatar Sep 06 '24 20:09 orestbida