mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
[DURACOM-145] Handled collection step
on a submission form
This commit is contained in:
@@ -8,4 +8,5 @@ export enum SectionsType {
|
||||
AccessesCondition = 'accessCondition',
|
||||
SherpaPolicies = 'sherpaPolicy',
|
||||
Identifiers = 'identifiers',
|
||||
Collection = 'collection',
|
||||
}
|
||||
|
4
src/app/submission/sections/visibility-type.ts
Normal file
4
src/app/submission/sections/visibility-type.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export enum VisibilityType {
|
||||
HIDDEN = 'HIDDEN',
|
||||
READONLY = 'READONLY',
|
||||
}
|
Reference in New Issue
Block a user