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

Replace all hardcoded core object name by enum #3170

Merged
merged 3 commits into from
Dec 29, 2023
Merged

Conversation

flooxo
Copy link
Contributor

@flooxo flooxo commented Dec 27, 2023

This PR closes #3164.

As described in the issue, all hardcoded objectNameSingular strings have been replaced with the corresponding enum, which has also been extended for this case

Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
Copy link

vercel bot commented Dec 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
twenty-twenty-website ❌ Failed (Inspect) Dec 27, 2023 6:33pm

Copy link

github-actions bot commented Dec 27, 2023

TODOs/FIXMEs:

  • // TODO fix this hack: packages/twenty-front/src/modules/settings/data-model/hooks/useRelationFieldPreviewValue.ts
  • // TODO fix this hack: packages/twenty-front/src/modules/settings/data-model/hooks/useRelationFieldPreviewValue.ts

Generated by 🚫 dangerJS against 280d5f0

@flooxo
Copy link
Contributor Author

flooxo commented Dec 27, 2023

Can someone tell me why the test failed? I can't see the error code

@lucasbordeau
Copy link
Contributor

Nice, just a minor typo

Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
@lucasbordeau lucasbordeau merged commit fd60778 into twentyhq:main Dec 29, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace all hardcoded core object name by the corresponding enum.
2 participants