Implement ItemComment view model and view.
- NEU: Optionale Kommentare zu Laborwerten.
This commit is contained in:
@ -224,7 +224,7 @@ namespace zaaReloaded2.Controller.Elements
|
||||
|
||||
string _caption;
|
||||
List<string> _items;
|
||||
static readonly Regex _wildcard = new Regex(@"(?<material>[^-]+-)?\*");
|
||||
static readonly Regex _wildcard = new Regex(@"^(?<material>[^-]+-)?\*$");
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
Reference in New Issue
Block a user