Inactive User
7 years agoHow do I get message id from Article Editor Page?
Looking to get a unique id for the TKB article editor page, i.e., the bolded id /t5/tkb/articleeditorpage/tkb-id/(node-name)/message-uid/749
without getting the http.request.url, which would be a hack.
However, all of these fail:
env.context.message.uniqueId
env.context.message.id
page.context.message.id / uniqueId
page.context.thread.... etc.
What's the best way to get this ID without using http.request.url?