System view tooling explicit params key naming (#23506)
# Introduction View field system always result from a field existence, the application universal identifier should be the related field one Same but for views and object <!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/twentyhq/twenty/pull/23506?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. -->
This commit is contained in:
+2
@@ -39,6 +39,8 @@ exports[`stub-twenty-sdk-define plugin > matches the recorded export partition 1
|
||||
"featureFlags",
|
||||
"getFieldUniversalIdentifier",
|
||||
"getSystemRelationFieldUniversalIdentifier",
|
||||
"getSystemViewFieldUniversalIdentifier",
|
||||
"getSystemViewUniversalIdentifier",
|
||||
"hasAnySoftDeleteFilterOnView",
|
||||
"includes",
|
||||
"includesEvery",
|
||||
|
||||
@@ -165,6 +165,10 @@ export { defineSkill } from '@/sdk/define/skills/define-skill';
|
||||
|
||||
export { defineView } from '@/sdk/define/views/define-view';
|
||||
export { defineViewField } from '@/sdk/define/view-fields/define-view-field';
|
||||
export {
|
||||
getSystemViewFieldUniversalIdentifier,
|
||||
getSystemViewUniversalIdentifier,
|
||||
} from 'twenty-shared/application';
|
||||
export type { ViewConfig } from '@/sdk/define/views/view-config';
|
||||
export { ViewKey } from '@/sdk/define/views/view-key';
|
||||
export type {
|
||||
|
||||
Reference in New Issue
Block a user