Template error and warning checks return specific errors/warnings in addition to bools
This commit is contained in:
parent
904665da7f
commit
cae8ca7ef3
5 changed files with 273 additions and 53 deletions
|
|
@ -185,6 +185,9 @@ namespace DataLayer
|
|||
{
|
||||
get
|
||||
{
|
||||
if (_seriesLink is null)
|
||||
return "";
|
||||
|
||||
// first: alphabetical by name
|
||||
var withNames = _seriesLink
|
||||
.Where(s => !string.IsNullOrWhiteSpace(s.Series.Name))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue