1) wiki text syntax was not displayed in the description or case logs of the tickets
2) when wiki text syntax was supported, the generated hyperlinks were pointing to the console (instead of the portal)

SVN:trunk[4519]
This commit is contained in:
Denis Flaven
2016-12-13 16:16:13 +00:00
parent 403ecf7fba
commit df85186407
8 changed files with 90 additions and 25 deletions

View File

@@ -916,3 +916,7 @@ table .group-actions {
width: 100%;
text-align: center;
}
/* Wiki text (hyperlinks) */
.wiki_broken_link {
text-decoration: line-through;
}

View File

@@ -960,4 +960,8 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
display: inline-block;
width: 100%;
text-align: center;
}
/* Wiki text (hyperlinks) */
.wiki_broken_link {
text-decoration: line-through;
}