mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Merge branch 'release/14.3' into dev
This commit is contained in:
@@ -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,
|
||||
|
||||
+1
-1
@@ -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,
|
||||
|
||||
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user