- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2014 09:04 AM
I have been creating a dynamic content block via Jelly scripting and I moved some of the code into a UI macro. The script worked at first, but once moved into the UI macro, the script was no longer being processed correctly. The script between the g2 tags is just being displayed by text. I have seen this happen when a dynamic content block does not have the "two-phase" box checked, but there is no "two-phase" box to check on a UI macro as far as I know. I have found other UI macros that use the j2 an g2 tags, so I assume two-phase processing is possible in UI macros, but I am unsure how to make it work.
Thanks for any help you can provide!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2014 08:42 AM
I ended up changing all tags in my UI macro to phase one tags. It works fine, but I'm not sure why...perhaps because the macro is invoked in phase 2?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2014 08:42 AM
I ended up changing all tags in my UI macro to phase one tags. It works fine, but I'm not sure why...perhaps because the macro is invoked in phase 2?