[develop | DONE | UPDATED] Community form: remove old visibility statuses
This commit is contained in:
parent
b4f01d1fd0
commit
f23f75e2d8
|
@ -100,13 +100,10 @@ import {ClearCacheService} from "../../../../openaireLibrary/services/clear-cach
|
||||||
export class EditCommunityComponent {
|
export class EditCommunityComponent {
|
||||||
public communityFb: UntypedFormGroup;
|
public communityFb: UntypedFormGroup;
|
||||||
public statuses: Option[] = [
|
public statuses: Option[] = [
|
||||||
{label: 'Visible', value: 'all'},
|
// {label: 'Visible', value: 'all'},
|
||||||
{label: 'Visible [Public*]', value: 'PUBLIC'},
|
{label: 'Visible', value: 'PUBLIC'},
|
||||||
{label: 'Visible to managers', value: 'manager'},
|
// {label: 'Visible to managers', value: 'manager'},
|
||||||
{label: 'Visible to managers [Restricted*]', value: 'RESTRICTED'},
|
{label: 'Visible to managers', value: 'RESTRICTED'},
|
||||||
/*
|
|
||||||
{label: 'Hidden [Private*]', value: 'PRIVATE'},
|
|
||||||
*/
|
|
||||||
{label: 'Hidden', value: 'hidden'}
|
{label: 'Hidden', value: 'hidden'}
|
||||||
]
|
]
|
||||||
public claimOptions: Option[] = [
|
public claimOptions: Option[] = [
|
||||||
|
|
Loading…
Reference in New Issue