mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
[TLC-249] Addressing review feedback #2
Update WorkspaceitemSectionIdentifiersObject model to include a display types string array, so identifier types can be included or excluded from the step as needed. Update section template to work with the above new data As per todonohue's feedback on 2022-01-18
This commit is contained in:
@@ -3,8 +3,8 @@ import { map } from 'rxjs/operators';
|
||||
import { Observable } from 'rxjs';
|
||||
import { hasValue } from '../../empty.util';
|
||||
import { Item } from 'src/app/core/shared/item.model';
|
||||
import {IdentifierData} from './identifier-data.model';
|
||||
import {IdentifierDataService} from '../../../core/data/identifier-data.service';
|
||||
import { IdentifierData } from './identifier-data.model';
|
||||
import { IdentifierDataService } from '../../../core/data/identifier-data.service';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-identifier-data',
|
||||
|
Reference in New Issue
Block a user