Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove unused code in ontology component #1472

Merged
merged 19 commits into from
Feb 28, 2024
Merged

Conversation

derschnee68
Copy link
Collaborator

resolves DEV-3301

Copy link

linear bot commented Feb 16, 2024

@@ -234,7 +224,13 @@ export class OntologyComponent extends ProjectBase implements OnInit, OnDestroy
}),
});

this.ontologyForm.valueChanges.subscribe(val => this.onValueChanged(val.ontology));
this.ontologyForm.valueChanges.subscribe(val => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add takeUntil(this.ngUnsubscribe)

# Conflicts:
#	apps/dsp-app/src/app/project/ontology/ontology.component.ts
@derschnee68 derschnee68 merged commit bae7609 into main Feb 28, 2024
13 checks passed
@derschnee68 derschnee68 deleted the julien/resources branch February 28, 2024 10:08
irmastnt added a commit that referenced this pull request Feb 28, 2024
* main:
  refactor: remove unused code in ontology component (#1472)
  fix: image region  comment field  validation removed(DEV-3315) (#1487)
  chore(main): release 11.6.5 (#1486)
  fix: submit button on upload resource does not load indefinitely  (#1485)
  chore(main): release 11.6.4 (#1482)

# Conflicts:
#	apps/dsp-app/src/app/project/ontology/ontology.component.html
#	apps/dsp-app/src/app/project/ontology/ontology.component.ts
irmastnt added a commit that referenced this pull request Feb 28, 2024
…-regions-set-to-optional

* main:
  test: e2e data model tests (DEV-2379, DEV-2341, DEV-2339, DEV-2338) (#1475)
  fix: removed absolute image size restriction, added sample image (DEV-3304) (#1484)
  refactor: remove unused code in ontology component (#1472)
  fix: image region  comment field  validation removed(DEV-3315) (#1487)
irmastnt added a commit that referenced this pull request Feb 28, 2024
…ighted-in-chrome-after-clicking

* main:
  test: e2e data model tests (DEV-2379, DEV-2341, DEV-2339, DEV-2338) (#1475)
  fix: removed absolute image size restriction, added sample image (DEV-3304) (#1484)
  refactor: remove unused code in ontology component (#1472)
  fix: image region  comment field  validation removed(DEV-3315) (#1487)
  chore(main): release 11.6.5 (#1486)
  fix: submit button on upload resource does not load indefinitely  (#1485)
  chore(main): release 11.6.4 (#1482)
  fix: ontology initialisation (DEV-3317) (#1483)
  fix: new list node field error is not displayed (#1481)
  chore(main): release 11.6.3 (#1470)
  chore: update dsp-js to v.9.1.12 (#1478)
  fix: highlits section by clicked region in image viewer (DEV-3277) (#1468)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants