info box annotation html template for change request field does not work in workspace view but work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 03:39 AM
the following code : <span id="changeRequestDateMsg">${new ChangeRequestDateMessage(current).getDateMsg()} </span>
is in an annotation field in the change request form, it shows a certain message as it should in the default view but in the workspace view it displays the code itself, does anyone know what this API does and why the code doesn't work in the workspace view but does work in the default view? Thx!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2024 07:52 AM
@Snow Tomcal Hi Did you find the solution for this, same issue im facing, can hyou hlp with this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Does anyone have any answer to the same question? I am seeing ${new ChangeRequestDateMessage(current).getDateMsg()} info message before planned start date and trying hard to fix it