msjit / testcasedb

TestCaseDB - Web based test case management
MIT License
40 stars 18 forks source link

String truncate #62

Closed harshith30 closed 9 years ago

harshith30 commented 9 years ago

Hi, I have implemented the truncate method on both Test cases and Test plans modules , so now if the description is too long only part of the string is displayed.

Before Implementation

truncate_before


After Implementation

truncating

joffems commented 9 years ago

Thanks for this. I ended up cleaning the code a bit and committed it to the repo.

Thanks.