We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I no title provide in user card , define a title with the beginning of the text :
Code from RTE internal instance template
let question_title = question.split(/\r\n|\r|\n/g)[0]; if (question_title.length > 33) question_title = question_title.substr(0, 30) + "...";
Add a unit test
The text was updated successfully, but these errors were encountered:
Question usercard built-in template set title from question if empty (#…
f9ffd95
…6884) Signed-off-by: Giovanni Ferrari <[email protected]>
df7479a
aa5349a
0fd9f4c
quinarygio
Successfully merging a pull request may close this issue.
I no title provide in user card , define a title with the beginning of the text :
Code from RTE internal instance template
Add a unit test
The text was updated successfully, but these errors were encountered: