You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inquiry front end should display line breaks in the description of an input property correctly. st2 get inquiry [id] will display embedded line feeds via the cli
@guzzijones Can you clarify this for me? Are you talking about how the the st2 command (CLI) renders the descriptions, or how the web interface renders the descriptions?
If you're talking about the CLI, the best place to report that would be the main st2 repository.
If you are indeed talking about how it is rendered in the ST2 web UI, this is the right place to report it. However, can you post a screenshot or something of how it is being (incorrectly) rendered and include which web browser/s you are using? Are newlines being escaped too much (example: \\n)? Are newlines duplicated when they shouldn't be? Are they not even being rendered (example: first_linesecond_line)? Are they being rendered as spaces (example: first_line second_line)? We need more information to investigate this further.
The inquiry front end should display line breaks in the description of an input property correctly.
st2 get inquiry [id]
will display embedded line feeds via the cliaction code:
The text was updated successfully, but these errors were encountered: