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

Set missing labelIdentifier to custom objects #8750

Merged
merged 3 commits into from
Nov 26, 2024

Conversation

Weiko
Copy link
Member

@Weiko Weiko commented Nov 26, 2024

Context

Following #8729

This command backfills missing labelIdentifier for custom objects

const customObjects = await this.objectMetadataRepository.find({
where: {
workspaceId,
labelIdentifierFieldMetadataId: IsNull(),
Copy link
Member

Choose a reason for hiding this comment

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

isCustom: true

@Weiko Weiko merged commit 88e6326 into main Nov 26, 2024
19 checks passed
@Weiko Weiko deleted the c--set-missing-label-identifier-to-custom-objects branch November 26, 2024 10:03
Weiko added a commit that referenced this pull request Nov 26, 2024
## Context
Following #8729

This command backfills missing labelIdentifier for custom objects
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.

2 participants