Create ListString property used in DisplayHistory

TabTitle for unnumbered procedures
This commit is contained in:
Rich
2012-03-22 20:29:49 +00:00
parent 8dd3d6481a
commit c21f8adf32
2 changed files with 18 additions and 4 deletions

View File

@@ -1666,6 +1666,8 @@ namespace VEPROMS.CSLA.Library
get
{
if (MyContent.MyEntry == null)
if(DisplayNumber == string.Empty)
return DisplayText.Replace("\u2011", "-").Split(" ,.;:-_".ToCharArray())[0] + "...";
return DisplayNumber.Replace("\u2011","-");
if (MyContent.Number != "")
return ((MyContent.MyEntry.MyDocument.LibTitle ?? "") == "" ? "" : "\u1D38\u1D35\u1D2E ") + DisplayNumber;