github-actions[bot]
2e1da86535
i18n - docs translations ( #21884 )
...
Created by Github action
<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/21884?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. -->
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-20 00:40:19 +02:00
github-actions[bot]
1578cc2562
i18n - docs translations ( #21873 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-19 19:10:58 +02:00
github-actions[bot]
4e64a38e1e
i18n - docs translations ( #21865 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-19 17:23:24 +02:00
github-actions[bot]
1400c6e952
i18n - docs translations ( #21724 )
...
Created by Github action
<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/21724?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. -->
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-17 13:52:41 +02:00
github-actions[bot]
b8329e3e79
i18n - docs translations ( #21681 )
...
Created by Github action
<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/21681?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. -->
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-16 16:24:19 +02:00
github-actions[bot]
f77d8da8a7
i18n - docs translations ( #21633 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-15 18:14:36 +02:00
github-actions[bot]
d910b2f943
i18n - docs translations ( #21518 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-13 00:49:39 +02:00
github-actions[bot]
ab7c760872
i18n - docs translations ( #21493 )
...
Created by Github action
<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/21493?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. -->
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-12 15:39:14 +02:00
github-actions[bot]
7823216568
i18n - docs translations ( #21342 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-08 21:13:56 +02:00
github-actions[bot]
44c4c27c76
i18n - docs translations ( #21337 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-08 19:28:21 +02:00
github-actions[bot]
f899660a40
i18n - docs translations ( #21237 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-04 19:24:06 +02:00
github-actions[bot]
685c0ddd12
i18n - docs translations ( #21195 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-03 21:43:27 +02:00
Raphaël Bosi
b2539f5b6a
Prevent conditional availability variables from being used at runtime ( #21110 )
...
Fixes https://github.com/twentyhq/twenty/issues/21094
Conditional availability variables (`objectMetadataItem`,
`numberOfSelectedRecords`, `objectPermissions`, operators like
`everyEquals`/`none`, etc.) are compile-time-only constructs used in
`conditionalAvailabilityExpression`. They were previously exported from
`twenty-sdk/front-component`, which let developers mistakenly import
them into runtime component code where they have no value.
- Move conditional availability variables from
`twenty-sdk/front-component` to `twenty-sdk/define`.
- Add a build-time manifest validation
(validate-conditional-availability-usage) that fails the build if these
variables are imported/used outside of
`conditionalAvailabilityExpression`.
- Update the github-connector example app to register commands via
dedicated *.command-menu-item.ts files instead of inline command config
in front components.
- Update docs (all locales) and test mocks to reflect the new import
paths.
2026-06-02 11:22:38 +00:00
github-actions[bot]
fc90b4ba8b
i18n - docs translations ( #21064 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-29 19:30:26 +02:00
github-actions[bot]
643cfe9b13
i18n - docs translations ( #21062 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-29 17:29:40 +02:00
github-actions[bot]
c3d1af89ae
i18n - docs translations ( #21019 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-28 15:43:18 +02:00
github-actions[bot]
c74337978b
i18n - docs translations ( #20926 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-26 17:25:43 +02:00
github-actions[bot]
98d47d0dd0
i18n - docs translations ( #20893 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-25 19:02:12 +02:00
github-actions[bot]
788d120b71
i18n - docs translations ( #20833 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-22 11:30:11 +02:00
github-actions[bot]
3c458ce4ca
i18n - docs translations ( #20778 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-20 19:28:51 +02:00
github-actions[bot]
fb47e4497a
i18n - docs translations ( #20764 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-20 13:21:44 +02:00
github-actions[bot]
f8605763dd
i18n - docs translations ( #20736 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-19 17:25:12 +02:00
github-actions[bot]
8f3c336e62
i18n - docs translations ( #20680 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-18 15:37:33 +02:00
github-actions[bot]
8bc21ec434
i18n - docs translations ( #20553 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-13 21:00:52 +02:00
github-actions[bot]
70a3b25680
i18n - docs translations ( #20549 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-13 19:07:39 +02:00
github-actions[bot]
58dd5d3561
i18n - docs translations ( #20431 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-10 22:35:26 +02:00
github-actions[bot]
c611a7ac20
i18n - docs translations ( #20429 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-10 20:37:38 +02:00
github-actions[bot]
18b9cc5281
i18n - docs translations ( #20385 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-08 03:13:20 +02:00
github-actions[bot]
fa903c6971
i18n - docs translations ( #20378 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-08 00:41:35 +02:00
github-actions[bot]
59f2b1c724
i18n - docs translations ( #20375 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-07 22:47:24 +02:00
github-actions[bot]
1553ff2857
i18n - docs translations ( #20373 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-07 20:55:43 +02:00
github-actions[bot]
95bc8aea28
i18n - docs translations ( #20366 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-07 18:53:27 +02:00
github-actions[bot]
e2afcac076
i18n - docs translations ( #20353 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-07 15:03:14 +02:00
github-actions[bot]
6ebeedba0a
i18n - docs translations ( #20303 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-05 20:54:25 +02:00
github-actions[bot]
d5c1f4e10a
i18n - docs translations ( #20297 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-05 18:54:42 +02:00
github-actions[bot]
8090fa4364
i18n - docs translations ( #19437 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-08 12:40:41 +02:00
github-actions[bot]
5e9792009f
i18n - docs translations ( #19405 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-07 16:51:49 +02:00
github-actions[bot]
d97a1cfc27
i18n - docs translations ( #19399 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-07 14:39:30 +02:00
github-actions[bot]
282ee9ac42
i18n - docs translations ( #19320 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-03 18:27:51 +02:00
github-actions[bot]
0b8421a45a
i18n - docs translations ( #19314 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-03 16:31:55 +02:00
github-actions[bot]
f3e2e00e79
i18n - docs translations ( #19229 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-02 07:00:47 +02:00
github-actions[bot]
5de5ed2cb4
i18n - docs translations ( #19228 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-02 05:20:37 +02:00
github-actions[bot]
6eb4c4ca4b
i18n - docs translations ( #19227 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-02 03:04:12 +02:00
github-actions[bot]
ae202a1b59
i18n - docs translations ( #19226 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-02 00:27:21 +02:00
github-actions[bot]
8d539f0e49
i18n - docs translations ( #19139 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-30 22:30:14 +02:00
github-actions[bot]
a6cecdbd49
i18n - docs translations ( #19137 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-30 20:38:05 +02:00
github-actions[bot]
369ae2862f
i18n - docs translations ( #19135 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-30 18:40:35 +02:00
github-actions[bot]
40abe1e6d0
i18n - docs translations ( #19128 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-30 16:49:57 +02:00
github-actions[bot]
107914b437
i18n - docs translations ( #19119 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-30 14:39:38 +02:00
github-actions[bot]
6af7e32c54
i18n - docs translations ( #19113 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-30 12:45:45 +02:00