Merge branch 'release/14.3' into dev

This commit is contained in:
OpenProject Actions CI
2024-07-30 03:35:34 +00:00
5 changed files with 9 additions and 9 deletions
@@ -1,9 +1,9 @@
import {
AfterViewInit, Component, ElementRef, OnInit,
} from '@angular/core';
import { AfterViewInit, Component, ElementRef, OnInit, } from '@angular/core';
import { I18nService } from 'core-app/core/i18n/i18n.service';
import { ToastService } from 'core-app/shared/components/toaster/toast.service';
import { ExternalRelationQueryConfigurationService } from 'core-app/features/work-packages/components/wp-table/external-configuration/external-relation-query-configuration.service';
import {
ExternalRelationQueryConfigurationService
} from 'core-app/features/work-packages/components/wp-table/external-configuration/external-relation-query-configuration.service';
import { DomAutoscrollService } from 'core-app/shared/helpers/drag-and-drop/dom-autoscroll.service';
import { DragulaService, DrakeWithModels } from 'ng2-dragula';
import { GonService } from 'core-app/core/gon/gon.service';
@@ -141,7 +141,7 @@ export class TypeFormConfigurationComponent extends UntilDestroyedMixin implemen
const that = this;
this.autoscroll = new DomAutoscrollService(
[
document.getElementById('content-wrapper')!,
document.getElementById('content-body')!,
],
{
margin: 25,
@@ -117,7 +117,7 @@ export class DraggableAutocompleteComponent extends UntilDestroyedMixin implemen
const that = this;
this.autoscroll = new DomAutoscrollService(
[
document.getElementById('content-wrapper')!,
document.getElementById('content-body')!,
],
{
margin: 25,
@@ -212,7 +212,7 @@ export default class CustomFieldsController extends Controller {
// eslint-disable-next-line no-new
new pluginContext.classes.DomAutoscrollService(
[
document.getElementById('content-wrapper') as HTMLElement,
document.getElementById('content-body') as HTMLElement,
],
{
margin: 25,
@@ -75,7 +75,7 @@ export default class extends Controller {
// eslint-disable-next-line no-new
new pluginContext.classes.DomAutoscrollService(
[
document.getElementById('content-wrapper') as HTMLElement,
document.getElementById('content-body') as HTMLElement,
],
{
margin: 25,
@@ -42,7 +42,7 @@ export default class extends Controller {
// eslint-disable-next-line no-new
new pluginContext.classes.DomAutoscrollService(
[
document.getElementById('content-wrapper') as HTMLElement,
document.getElementById('content-body') as HTMLElement,
],
{
margin: 25,