Hide Document Templates & UI Tweaks
Flag Document Templates as hidden. UI changes aim to improve visibility of used features in lists.
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
|
||||
@@ -32,6 +32,8 @@ namespace Disco.Models.Repository
|
||||
public string DevicesLinkedGroup { get; set; }
|
||||
public string UsersLinkedGroup { get; set; }
|
||||
|
||||
public bool IsHidden { get; set; }
|
||||
|
||||
[InverseProperty("DocumentTemplates")]
|
||||
public virtual IList<JobSubType> JobSubTypes { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user