CURA-5035 Improved details pages

This commit is contained in:
Ian Paschal 2018-04-18 16:35:55 +02:00
parent 7a0fe74989
commit f8672ecbc6
9 changed files with 61 additions and 37 deletions

View file

@ -58,7 +58,8 @@ Item
Label
{
id: info
text: {
text:
{
if (model.description.length > 50)
{
return model.description.substring(0, 50) + "..."