block scheduling ui cleanup (#2316)
* sort block tree views * fix naming validation for block scheduling * show deco group name in deco editor * show block group name in block editor * show template group name in template editor * show deco template group name in deco template editor * fix template rename crash * fix block rename crash * fix deco template rename crash
This commit is contained in:
@@ -4,6 +4,8 @@ namespace ErsatzTV.ViewModels;
|
||||
|
||||
public class BlockItemsEditViewModel
|
||||
{
|
||||
public int GroupId { get; set; }
|
||||
public string GroupName { get; set; }
|
||||
public string Name { get; set; }
|
||||
public int Minutes { get; set; }
|
||||
public BlockStopScheduling StopScheduling { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user