Feature #25: Job General Preferences
Initially to make 'long running job threshold' configurable. Updates to ManagedJobList and fix for missing GetClaimKeys method (#24).
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
namespace Disco.Services.Authorization.Roles.ClaimGroups.Configuration.JobPreferences
|
||||
{
|
||||
[ClaimDetails("Job Preferences", "Permissions related to Job Preferences")]
|
||||
public class JobPreferencesClaims
|
||||
{
|
||||
[ClaimDetails("Show Job Preferences", "Can show job preferences")]
|
||||
public bool Show { get; set; }
|
||||
|
||||
[ClaimDetails("Configure Job Preferences", "Can configure job preferences")]
|
||||
public bool Configure { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user