mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
solving lint issues
This commit is contained in:
@@ -112,7 +112,7 @@ export class SubmissionEditComponent implements OnDestroy, OnInit {
|
|||||||
*/
|
*/
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
|
|
||||||
this.collectionModifiable = this.route.snapshot.data['collectionModifiable'];
|
this.collectionModifiable = this.route.snapshot.data.collectionModifiable;
|
||||||
|
|
||||||
this.subs.push(
|
this.subs.push(
|
||||||
this.route.paramMap.pipe(
|
this.route.paramMap.pipe(
|
||||||
|
@@ -150,7 +150,6 @@ export class SubmissionFormCollectionComponent implements OnChanges, OnInit {
|
|||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
this.pathCombiner = new JsonPatchOperationPathCombiner('sections', 'collection');
|
this.pathCombiner = new JsonPatchOperationPathCombiner('sections', 'collection');
|
||||||
this.available$ = this.sectionsService.isSectionTypeAvailable(this.submissionId, SectionsType.collection);
|
this.available$ = this.sectionsService.isSectionTypeAvailable(this.submissionId, SectionsType.collection);
|
||||||
console.log("this.collectionModifiable", this.collectionModifiable)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user