fix folder-edit license headers

This commit is contained in:
DominikIwanek
2024-05-08 12:30:44 +02:00
committed by VitoAlbano
parent aa9a13a28d
commit 4bb7c99924
2 changed files with 4 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
/*! /*!
* @license * @license
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@@ -1,6 +1,6 @@
/*! /*!
* @license * @license
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -45,7 +45,7 @@ export class FolderEditDirective {
@Output() @Output()
success = new EventEmitter<Node>(); success = new EventEmitter<Node>();
@HostListener('click', [ '$event' ]) @HostListener('click', ['$event'])
onClick(event) { onClick(event) {
event.preventDefault(); event.preventDefault();
if (this.folder) { if (this.folder) {
@@ -53,11 +53,7 @@ export class FolderEditDirective {
} }
} }
constructor( constructor(public dialogRef: MatDialog, public elementRef: ElementRef, public content: ContentService) {}
public dialogRef: MatDialog,
public elementRef: ElementRef,
public content: ContentService
) {}
private get dialogConfig() { private get dialogConfig() {
const { folder } = this; const { folder } = this;