Skip to content

Commit

Permalink
Do not create warnings for relation hasWorkflowStep
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Mar 3, 2025
1 parent ca45855 commit 1eef53c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/datastore/warnings-updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export module WarningsUpdater {
Resource.ID, Resource.IDENTIFIER, Resource.CATEGORY, Resource.RELATIONS, FieldResource.SCANCODE,
ImageResource.GEOREFERENCE, ImageResource.ORIGINAL_FILENAME
].concat(Relation.Hierarchy.ALL)
.concat(Relation.Image.ALL);
.concat(Relation.Image.ALL)
.concat([Relation.HAS_WORKFLOW_STEP]);


/**
Expand Down

0 comments on commit 1eef53c

Please sign in to comment.