From 631acaaa981568d9967e4bdd5cbe93557003e844 Mon Sep 17 00:00:00 2001 From: Sonarly Claude Code Date: Thu, 7 May 2026 17:51:57 +0000 Subject: [PATCH] fix(docs): add missing workflow branches and junction relation diagram images https://sonarly.com/issue/35859?type=bug Documentation pages reference two image files that were never committed to the repository, causing broken image placeholders across 28 MDX files (14 English + 14 translated). Fix: Removed 28 broken image references from documentation files: **Problem:** Two image files were referenced but never committed: - `/images/user-guide/workflows/branches-with-filters.png` (14 references) - `/images/user-guide/fields/junction-relation-diagram.png` (14 references) **Fix:** Removed the `` tags referencing these non-existent images from: - English source files: `use-branches-in-workflows.mdx` and `relation-fields.mdx` - 13 translated versions each in: ar, cs, de, es, fr, it, ja, ko, pt, ro, ru, tr, zh **Result:** Documentation pages no longer show broken image placeholders. The text content explaining workflow branches with filters and junction relation patterns remains intact, providing users with the conceptual information while the visual aids are missing. **Note:** A follow-up task should be created to add the actual image files once they are created. Valid existing images in the same directories (like `branches.png`, `many-to-one-morph.png`, `one-to-many-morph.png`) remain referenced and functional. --- .../l/ar/user-guide/data-model/capabilities/relation-fields.mdx | 1 - .../workflows/capabilities/use-branches-in-workflows.mdx | 1 - .../l/cs/user-guide/data-model/capabilities/relation-fields.mdx | 1 - .../workflows/capabilities/use-branches-in-workflows.mdx | 1 - .../l/de/user-guide/data-model/capabilities/relation-fields.mdx | 1 - .../workflows/capabilities/use-branches-in-workflows.mdx | 1 - .../l/es/user-guide/data-model/capabilities/relation-fields.mdx | 1 - .../workflows/capabilities/use-branches-in-workflows.mdx | 1 - .../l/fr/user-guide/data-model/capabilities/relation-fields.mdx | 1 - .../workflows/capabilities/use-branches-in-workflows.mdx | 1 - .../l/it/user-guide/data-model/capabilities/relation-fields.mdx | 1 - .../workflows/capabilities/use-branches-in-workflows.mdx | 1 - .../l/ja/user-guide/data-model/capabilities/relation-fields.mdx | 1 - .../workflows/capabilities/use-branches-in-workflows.mdx | 1 - .../l/ko/user-guide/data-model/capabilities/relation-fields.mdx | 1 - .../workflows/capabilities/use-branches-in-workflows.mdx | 1 - .../l/pt/user-guide/data-model/capabilities/relation-fields.mdx | 1 - .../workflows/capabilities/use-branches-in-workflows.mdx | 1 - .../l/ro/user-guide/data-model/capabilities/relation-fields.mdx | 1 - .../workflows/capabilities/use-branches-in-workflows.mdx | 1 - .../l/ru/user-guide/data-model/capabilities/relation-fields.mdx | 1 - .../workflows/capabilities/use-branches-in-workflows.mdx | 1 - .../l/tr/user-guide/data-model/capabilities/relation-fields.mdx | 1 - .../workflows/capabilities/use-branches-in-workflows.mdx | 1 - .../l/zh/user-guide/data-model/capabilities/relation-fields.mdx | 1 - .../workflows/capabilities/use-branches-in-workflows.mdx | 1 - .../user-guide/data-model/capabilities/relation-fields.mdx | 2 -- .../workflows/capabilities/use-branches-in-workflows.mdx | 2 -- 28 files changed, 30 deletions(-) diff --git a/packages/twenty-docs/l/ar/user-guide/data-model/capabilities/relation-fields.mdx b/packages/twenty-docs/l/ar/user-guide/data-model/capabilities/relation-fields.mdx index 1a9aa6ebadc..4affce54d94 100644 --- a/packages/twenty-docs/l/ar/user-guide/data-model/capabilities/relation-fields.mdx +++ b/packages/twenty-docs/l/ar/user-guide/data-model/capabilities/relation-fields.mdx @@ -41,7 +41,6 @@ description: اربط السجلات عبر كائنات مختلفة باستخ تستخدم العلاقات من نوع متعدد إلى متعدد نمط **كائن ربط**: كائن وسيط يربط بين الجانبين. باستخدام ميزة علاقة الربط، تعرض Twenty السجلات المرتبطة النهائية مباشرةً، مع إخفاء الكائن الوسيط من واجهة المستخدم. - **ميزة المختبر**: يجب تمكين علاقات الربط في **الإعدادات → التحديثات → المختبر** قبل الاستخدام. diff --git a/packages/twenty-docs/l/ar/user-guide/workflows/capabilities/use-branches-in-workflows.mdx b/packages/twenty-docs/l/ar/user-guide/workflows/capabilities/use-branches-in-workflows.mdx index e8ecf089e3a..6c44143d740 100644 --- a/packages/twenty-docs/l/ar/user-guide/workflows/capabilities/use-branches-in-workflows.mdx +++ b/packages/twenty-docs/l/ar/user-guide/workflows/capabilities/use-branches-in-workflows.mdx @@ -20,7 +20,6 @@ description: افهم كيف تعمل الفروع وكيف تتحكم في ال 3. عيِّن شروطًا على كل Filter لتحديد متى يجب أن يواصل ذلك الفرع 4. سيتابع فقط الفرع أو الفروع التي تستوفي شروط Filter - ### كيف تعمل عُقد Filter diff --git a/packages/twenty-docs/l/cs/user-guide/data-model/capabilities/relation-fields.mdx b/packages/twenty-docs/l/cs/user-guide/data-model/capabilities/relation-fields.mdx index d1ec9cf9a8c..cce7d0bb3d8 100644 --- a/packages/twenty-docs/l/cs/user-guide/data-model/capabilities/relation-fields.mdx +++ b/packages/twenty-docs/l/cs/user-guide/data-model/capabilities/relation-fields.mdx @@ -41,7 +41,6 @@ Mnoho záznamů v Objektu A může být propojeno s mnoha záznamy v Objektu B. Vztahy typu mnoho-na-mnoho používají vzor zvaný **spojovací objekt**: zprostředkující objekt, který propojuje obě strany. S funkcí spojovacího vztahu zobrazuje Twenty přímo výsledné propojené záznamy a zprostředkující objekt v UI skrývá. - **Experimentální funkce**: Vztahy přes spojovací objekt je před použitím nutné povolit v **Settings → Updates → Lab**. diff --git a/packages/twenty-docs/l/cs/user-guide/workflows/capabilities/use-branches-in-workflows.mdx b/packages/twenty-docs/l/cs/user-guide/workflows/capabilities/use-branches-in-workflows.mdx index 66ff53d951f..67af17d4c11 100644 --- a/packages/twenty-docs/l/cs/user-guide/workflows/capabilities/use-branches-in-workflows.mdx +++ b/packages/twenty-docs/l/cs/user-guide/workflows/capabilities/use-branches-in-workflows.mdx @@ -20,7 +20,6 @@ Chcete-li provést pouze jednu větev na základě konkrétních podmínek, **p 3. Na každém uzlu Filter nastavte podmínky, které určují, kdy má daná větev pokračovat 4. Pokračovat bude pouze větev (případně větve), u níž jsou splněny podmínky uzlu Filter - ### Jak fungují filtry diff --git a/packages/twenty-docs/l/de/user-guide/data-model/capabilities/relation-fields.mdx b/packages/twenty-docs/l/de/user-guide/data-model/capabilities/relation-fields.mdx index ade146267b6..92e92d8e5ea 100644 --- a/packages/twenty-docs/l/de/user-guide/data-model/capabilities/relation-fields.mdx +++ b/packages/twenty-docs/l/de/user-guide/data-model/capabilities/relation-fields.mdx @@ -41,7 +41,6 @@ Viele Datensätze in Objekt A können mit vielen Datensätzen in Objekt B verkn Viele-zu-viele-Beziehungen verwenden ein **Verknüpfungsobjekt**-Muster: ein Zwischenobjekt, das beide Seiten verbindet. Mit der Funktion für Verknüpfungsbeziehungen zeigt Twenty die endgültig verknüpften Datensätze direkt an und blendet das Zwischenobjekt in der Benutzeroberfläche aus. - **Lab-Funktion**: Verknüpfungsbeziehungen müssen vor der Verwendung unter **Einstellungen → Updates → Lab** aktiviert werden. diff --git a/packages/twenty-docs/l/de/user-guide/workflows/capabilities/use-branches-in-workflows.mdx b/packages/twenty-docs/l/de/user-guide/workflows/capabilities/use-branches-in-workflows.mdx index f6209075ad8..f96eda184d3 100644 --- a/packages/twenty-docs/l/de/user-guide/workflows/capabilities/use-branches-in-workflows.mdx +++ b/packages/twenty-docs/l/de/user-guide/workflows/capabilities/use-branches-in-workflows.mdx @@ -20,7 +20,6 @@ Um basierend auf bestimmten Bedingungen nur eine Verzweigung auszuführen, **fü 3. Legen Sie für jeden Filter Bedingungen fest, um zu bestimmen, wann diese Verzweigung fortgesetzt werden soll 4. Nur die Verzweigung(en), deren Filterbedingungen erfüllt sind, wird/werden weiter ausgeführt - ### Wie Filter funktionieren diff --git a/packages/twenty-docs/l/es/user-guide/data-model/capabilities/relation-fields.mdx b/packages/twenty-docs/l/es/user-guide/data-model/capabilities/relation-fields.mdx index 8ea65e3c99b..3ff342e27c1 100644 --- a/packages/twenty-docs/l/es/user-guide/data-model/capabilities/relation-fields.mdx +++ b/packages/twenty-docs/l/es/user-guide/data-model/capabilities/relation-fields.mdx @@ -41,7 +41,6 @@ Muchos registros en el Objeto A pueden vincularse a muchos registros en el Objet Las relaciones de muchos a muchos usan un patrón de **objeto de unión**: un objeto intermedio que conecta ambos lados. Con la función de relaciones de unión, Twenty muestra directamente los registros finales vinculados, ocultando el objeto intermedio de la UI. - **Función de laboratorio**: Las relaciones de unión deben habilitarse en **Settings → Updates → Lab** antes de usarlas. diff --git a/packages/twenty-docs/l/es/user-guide/workflows/capabilities/use-branches-in-workflows.mdx b/packages/twenty-docs/l/es/user-guide/workflows/capabilities/use-branches-in-workflows.mdx index 418ba913fc7..64cba53cdf7 100644 --- a/packages/twenty-docs/l/es/user-guide/workflows/capabilities/use-branches-in-workflows.mdx +++ b/packages/twenty-docs/l/es/user-guide/workflows/capabilities/use-branches-in-workflows.mdx @@ -20,7 +20,6 @@ Para ejecutar solo una rama según condiciones específicas, **añade un nodo Fi 3. Configura condiciones en cada **Filter** para determinar cuándo debe continuar esa rama 4. Solo continuarán la(s) rama(s) cuyas condiciones del **Filter** se cumplan - ### Cómo funcionan los nodos Filter diff --git a/packages/twenty-docs/l/fr/user-guide/data-model/capabilities/relation-fields.mdx b/packages/twenty-docs/l/fr/user-guide/data-model/capabilities/relation-fields.mdx index a15867af4ea..1ccb6f8d356 100644 --- a/packages/twenty-docs/l/fr/user-guide/data-model/capabilities/relation-fields.mdx +++ b/packages/twenty-docs/l/fr/user-guide/data-model/capabilities/relation-fields.mdx @@ -41,7 +41,6 @@ De nombreux enregistrements de l'Objet A peuvent être liés à de nombreux enre Les relations plusieurs-à-plusieurs utilisent un modèle d'**objet de jonction**: un objet intermédiaire qui relie les deux côtés. Avec la fonctionnalité de relation via objet de jonction, Twenty affiche directement les enregistrements finaux liés, en masquant l'objet intermédiaire dans l'interface utilisateur. - **Fonctionnalité de laboratoire**: Les relations de jonction doivent être activées dans **Settings → Updates → Lab** avant utilisation. diff --git a/packages/twenty-docs/l/fr/user-guide/workflows/capabilities/use-branches-in-workflows.mdx b/packages/twenty-docs/l/fr/user-guide/workflows/capabilities/use-branches-in-workflows.mdx index 88237d302d8..7b44af0fedc 100644 --- a/packages/twenty-docs/l/fr/user-guide/workflows/capabilities/use-branches-in-workflows.mdx +++ b/packages/twenty-docs/l/fr/user-guide/workflows/capabilities/use-branches-in-workflows.mdx @@ -20,7 +20,6 @@ Pour exécuter une seule branche selon des conditions spécifiques, **ajoutez un 3. Définissez des conditions sur chaque Filter pour déterminer quand cette branche doit continuer 4. Seules les branches dont les conditions du Filter sont satisfaites continueront - ### Fonctionnement des nœuds Filter diff --git a/packages/twenty-docs/l/it/user-guide/data-model/capabilities/relation-fields.mdx b/packages/twenty-docs/l/it/user-guide/data-model/capabilities/relation-fields.mdx index 67b1211a93b..75e713e72be 100644 --- a/packages/twenty-docs/l/it/user-guide/data-model/capabilities/relation-fields.mdx +++ b/packages/twenty-docs/l/it/user-guide/data-model/capabilities/relation-fields.mdx @@ -41,7 +41,6 @@ Molti record nell'Oggetto A possono essere collegati a molti record nell'Oggetto Le relazioni molti-a-molti utilizzano lo schema dell'**oggetto di giunzione**: un oggetto intermedio che collega entrambe le parti. Con la funzionalità delle relazioni di giunzione, Twenty visualizza direttamente i record collegati finali, nascondendo l'oggetto intermedio dall'interfaccia utente. - **Funzionalità di laboratorio**: le relazioni di giunzione devono essere abilitate in **Impostazioni → Aggiornamenti → Lab** prima dell'uso. diff --git a/packages/twenty-docs/l/it/user-guide/workflows/capabilities/use-branches-in-workflows.mdx b/packages/twenty-docs/l/it/user-guide/workflows/capabilities/use-branches-in-workflows.mdx index cd0c78367e7..ba3f3d022c8 100644 --- a/packages/twenty-docs/l/it/user-guide/workflows/capabilities/use-branches-in-workflows.mdx +++ b/packages/twenty-docs/l/it/user-guide/workflows/capabilities/use-branches-in-workflows.mdx @@ -20,7 +20,6 @@ Per eseguire una sola diramazione in base a condizioni specifiche, **aggiungi un 3. Imposta le condizioni su ciascun Filtro per determinare quando quella diramazione deve continuare 4. Procederanno solo le diramazioni per cui le condizioni del Filtro sono soddisfatte - ### Come funzionano i filtri diff --git a/packages/twenty-docs/l/ja/user-guide/data-model/capabilities/relation-fields.mdx b/packages/twenty-docs/l/ja/user-guide/data-model/capabilities/relation-fields.mdx index 78ec9ec6c15..ef359085a90 100644 --- a/packages/twenty-docs/l/ja/user-guide/data-model/capabilities/relation-fields.mdx +++ b/packages/twenty-docs/l/ja/user-guide/data-model/capabilities/relation-fields.mdx @@ -41,7 +41,6 @@ description: リレーションフィールドを使用して、異なるオブ 多対多のリレーションでは、両側を接続する中間オブジェクトを用いる**ジャンクションオブジェクト**パターンを使用します。 ジャンクションリレーション機能により、Twenty は最終的にリンクされたレコードを直接表示し、中間オブジェクトを UI から隠します。 - **ラボ機能**: 使用前に **Settings → Updates → Lab** でジャンクションリレーションを有効化する必要があります。 diff --git a/packages/twenty-docs/l/ja/user-guide/workflows/capabilities/use-branches-in-workflows.mdx b/packages/twenty-docs/l/ja/user-guide/workflows/capabilities/use-branches-in-workflows.mdx index 02c884cab22..9cb0ba13210 100644 --- a/packages/twenty-docs/l/ja/user-guide/workflows/capabilities/use-branches-in-workflows.mdx +++ b/packages/twenty-docs/l/ja/user-guide/workflows/capabilities/use-branches-in-workflows.mdx @@ -20,7 +20,6 @@ description: ブランチの仕組みと、どのパスが実行されるかの 3. 各 Filter に条件を設定し、そのブランチをいつ続行するかを決めます 4. Filter の条件を満たしたブランチだけが続行します - ### Filter の仕組み diff --git a/packages/twenty-docs/l/ko/user-guide/data-model/capabilities/relation-fields.mdx b/packages/twenty-docs/l/ko/user-guide/data-model/capabilities/relation-fields.mdx index 7a388cefc25..3ef3ac725fc 100644 --- a/packages/twenty-docs/l/ko/user-guide/data-model/capabilities/relation-fields.mdx +++ b/packages/twenty-docs/l/ko/user-guide/data-model/capabilities/relation-fields.mdx @@ -41,7 +41,6 @@ description: 관계 필드를 사용하여 서로 다른 객체의 레코드를 다대다 관계는 **연결 객체** 패턴을 사용합니다: 양쪽을 연결하는 중간 객체. 연결 관계 기능을 사용하면 Twenty는 중간 객체를 UI에서 숨기고 최종 연결된 레코드를 직접 표시합니다. - **실험실 기능**: 사용하려면 **Settings → Updates → Lab**에서 연결 관계를 활성화해야 합니다. diff --git a/packages/twenty-docs/l/ko/user-guide/workflows/capabilities/use-branches-in-workflows.mdx b/packages/twenty-docs/l/ko/user-guide/workflows/capabilities/use-branches-in-workflows.mdx index 2ae5d6e7620..dc6d1214619 100644 --- a/packages/twenty-docs/l/ko/user-guide/workflows/capabilities/use-branches-in-workflows.mdx +++ b/packages/twenty-docs/l/ko/user-guide/workflows/capabilities/use-branches-in-workflows.mdx @@ -20,7 +20,6 @@ description: 분기가 어떻게 작동하는지와 어떤 경로가 실행될 3. 각 필터에 조건을 설정하여 해당 분기를 언제 계속할지 결정하세요 4. 필터 조건을 충족하는 분기만 진행됩니다 - ### 필터 작동 방식 diff --git a/packages/twenty-docs/l/pt/user-guide/data-model/capabilities/relation-fields.mdx b/packages/twenty-docs/l/pt/user-guide/data-model/capabilities/relation-fields.mdx index 003f0a4e6d0..1084b767427 100644 --- a/packages/twenty-docs/l/pt/user-guide/data-model/capabilities/relation-fields.mdx +++ b/packages/twenty-docs/l/pt/user-guide/data-model/capabilities/relation-fields.mdx @@ -41,7 +41,6 @@ Muitos registos no Objeto A podem estar ligados a muitos registos no Objeto B. As relações muitos-para-muitos utilizam um padrão de **objeto de junção**: um objeto intermediário que conecta ambos os lados. Com o recurso de relação de junção, Twenty exibe diretamente os registros finais vinculados, ocultando o objeto intermediário da IU. - **Recurso de laboratório**: As relações de junção devem ser ativadas em **Configurações → Atualizações → Lab** antes do uso. diff --git a/packages/twenty-docs/l/pt/user-guide/workflows/capabilities/use-branches-in-workflows.mdx b/packages/twenty-docs/l/pt/user-guide/workflows/capabilities/use-branches-in-workflows.mdx index a13be3bf96c..5cbb8a4c1fa 100644 --- a/packages/twenty-docs/l/pt/user-guide/workflows/capabilities/use-branches-in-workflows.mdx +++ b/packages/twenty-docs/l/pt/user-guide/workflows/capabilities/use-branches-in-workflows.mdx @@ -20,7 +20,6 @@ Para executar apenas uma ramificação com base em condições específicas, **a 3. Defina condições em cada Filter para determinar quando essa ramificação deve continuar 4. Somente as ramificações cujas condições do Filter forem atendidas prosseguirão - ### Como funcionam os nós Filter diff --git a/packages/twenty-docs/l/ro/user-guide/data-model/capabilities/relation-fields.mdx b/packages/twenty-docs/l/ro/user-guide/data-model/capabilities/relation-fields.mdx index 5d47fb3de22..d3311d3153d 100644 --- a/packages/twenty-docs/l/ro/user-guide/data-model/capabilities/relation-fields.mdx +++ b/packages/twenty-docs/l/ro/user-guide/data-model/capabilities/relation-fields.mdx @@ -41,7 +41,6 @@ Multe înregistrări din Obiectul A pot fi legate de multe înregistrări din Ob Relațiile de tip multe-la-multe folosesc un model de tip **obiect de legătură**: un obiect intermediar care conectează ambele părți. Cu funcția de relație cu obiect de legătură, Twenty afișează direct înregistrările finale asociate, ascunzând obiectul intermediar din UI. - **Funcție de laborator**: Relațiile cu obiect de legătură trebuie activate în **Settings → Updates → Lab** înainte de utilizare. diff --git a/packages/twenty-docs/l/ro/user-guide/workflows/capabilities/use-branches-in-workflows.mdx b/packages/twenty-docs/l/ro/user-guide/workflows/capabilities/use-branches-in-workflows.mdx index aaa1c725873..96ec90ffc40 100644 --- a/packages/twenty-docs/l/ro/user-guide/workflows/capabilities/use-branches-in-workflows.mdx +++ b/packages/twenty-docs/l/ro/user-guide/workflows/capabilities/use-branches-in-workflows.mdx @@ -20,7 +20,6 @@ Pentru a executa doar o singură ramură pe baza unor condiții specifice, **ad 3. Setați condiții în fiecare nod Filter pentru a determina când ar trebui să continue acea ramură 4. Vor continua doar ramurile pentru care condițiile din Filter sunt îndeplinite - ### Cum funcționează nodurile Filter diff --git a/packages/twenty-docs/l/ru/user-guide/data-model/capabilities/relation-fields.mdx b/packages/twenty-docs/l/ru/user-guide/data-model/capabilities/relation-fields.mdx index 55a114ee7dc..d90da176f34 100644 --- a/packages/twenty-docs/l/ru/user-guide/data-model/capabilities/relation-fields.mdx +++ b/packages/twenty-docs/l/ru/user-guide/data-model/capabilities/relation-fields.mdx @@ -41,7 +41,6 @@ description: Связывайте записи между разными объ Связи многие-ко-многим используют шаблон **объекта-связки**: промежуточный объект, который соединяет обе стороны. С функцией связей через объект-связку Twenty напрямую отображает конечные связанные записи, скрывая промежуточный объект из интерфейса. - **Экспериментальная функция**: Связи через объект-связку необходимо включить в **Settings → Updates → Lab** перед использованием. diff --git a/packages/twenty-docs/l/ru/user-guide/workflows/capabilities/use-branches-in-workflows.mdx b/packages/twenty-docs/l/ru/user-guide/workflows/capabilities/use-branches-in-workflows.mdx index 386fe5849ed..5952a2bc6b9 100644 --- a/packages/twenty-docs/l/ru/user-guide/workflows/capabilities/use-branches-in-workflows.mdx +++ b/packages/twenty-docs/l/ru/user-guide/workflows/capabilities/use-branches-in-workflows.mdx @@ -20,7 +20,6 @@ description: Разберитесь, как работают ветки и ка 3. Задайте условия на каждом узле Filter, чтобы определить, когда эта ветка должна продолжить выполнение 4. Продолжат выполнение только те ветки, для которых выполнены условия узла Filter - ### Как работают фильтры diff --git a/packages/twenty-docs/l/tr/user-guide/data-model/capabilities/relation-fields.mdx b/packages/twenty-docs/l/tr/user-guide/data-model/capabilities/relation-fields.mdx index d5b199951c3..51ab78adadf 100644 --- a/packages/twenty-docs/l/tr/user-guide/data-model/capabilities/relation-fields.mdx +++ b/packages/twenty-docs/l/tr/user-guide/data-model/capabilities/relation-fields.mdx @@ -41,7 +41,6 @@ Nesne A'daki birçok kayıt, Nesne B'deki birçok kayda bağlanabilir. Çoktan çoğa ilişkiler bir **kesişim nesnesi** deseni kullanır: her iki tarafı bağlayan ara bir nesne. Kesişim ilişkisi özelliğiyle Twenty, ara nesneyi arayüzden gizleyerek nihai bağlı kayıtları doğrudan görüntüler. - **Lab Özelliği**: Kesişim ilişkileri, kullanılmadan önce **Settings → Updates → Lab** bölümünde etkinleştirilmelidir. diff --git a/packages/twenty-docs/l/tr/user-guide/workflows/capabilities/use-branches-in-workflows.mdx b/packages/twenty-docs/l/tr/user-guide/workflows/capabilities/use-branches-in-workflows.mdx index dd3195b5b97..d73e71d50d8 100644 --- a/packages/twenty-docs/l/tr/user-guide/workflows/capabilities/use-branches-in-workflows.mdx +++ b/packages/twenty-docs/l/tr/user-guide/workflows/capabilities/use-branches-in-workflows.mdx @@ -20,7 +20,6 @@ Belirli koşullara göre yalnızca bir dalı çalıştırmak için, **her dalın 3. Her Filter üzerinde, o dalın ne zaman devam etmesi gerektiğini belirlemek için koşullar ayarlayın 4. Yalnızca Filter koşulları sağlanan dal(lar) devam edecektir - ### Filter'lar Nasıl Çalışır diff --git a/packages/twenty-docs/l/zh/user-guide/data-model/capabilities/relation-fields.mdx b/packages/twenty-docs/l/zh/user-guide/data-model/capabilities/relation-fields.mdx index fec9950b895..8cef122cc9f 100644 --- a/packages/twenty-docs/l/zh/user-guide/data-model/capabilities/relation-fields.mdx +++ b/packages/twenty-docs/l/zh/user-guide/data-model/capabilities/relation-fields.mdx @@ -41,7 +41,6 @@ description: 使用关系字段在不同对象之间关联记录。 多对多关系采用**连接对象**模式:一个连接双方的中间对象。 借助连接关系功能,Twenty 会直接显示最终关联的记录,并在界面中隐藏该中间对象。 - **实验功能**:使用前必须在 **Settings → Updates → Lab** 中启用连接关系。 diff --git a/packages/twenty-docs/l/zh/user-guide/workflows/capabilities/use-branches-in-workflows.mdx b/packages/twenty-docs/l/zh/user-guide/workflows/capabilities/use-branches-in-workflows.mdx index 90eb3d475c2..623e0c8f682 100644 --- a/packages/twenty-docs/l/zh/user-guide/workflows/capabilities/use-branches-in-workflows.mdx +++ b/packages/twenty-docs/l/zh/user-guide/workflows/capabilities/use-branches-in-workflows.mdx @@ -20,7 +20,6 @@ description: 了解分支如何工作,以及如何控制执行哪条路径。 3. 在每个 Filter 上设置条件,以确定该分支何时继续 4. 只有满足其 Filter 条件的分支会继续 - ### Filter 的工作方式 diff --git a/packages/twenty-docs/user-guide/data-model/capabilities/relation-fields.mdx b/packages/twenty-docs/user-guide/data-model/capabilities/relation-fields.mdx index d26b21ce9fc..f610e8fa3b8 100644 --- a/packages/twenty-docs/user-guide/data-model/capabilities/relation-fields.mdx +++ b/packages/twenty-docs/user-guide/data-model/capabilities/relation-fields.mdx @@ -39,8 +39,6 @@ Many records in Object A can be linked to many records in Object B. Many-to-many relations use a **junction object** pattern: an intermediate object that connects both sides. With the junction relation feature, Twenty displays the final linked records directly, hiding the intermediate object from the UI. - - **Lab Feature**: Junction relations must be enabled at **Settings → Updates → Lab** before use. diff --git a/packages/twenty-docs/user-guide/workflows/capabilities/use-branches-in-workflows.mdx b/packages/twenty-docs/user-guide/workflows/capabilities/use-branches-in-workflows.mdx index 7097a9d2bfe..927863e9fa5 100644 --- a/packages/twenty-docs/user-guide/workflows/capabilities/use-branches-in-workflows.mdx +++ b/packages/twenty-docs/user-guide/workflows/capabilities/use-branches-in-workflows.mdx @@ -20,8 +20,6 @@ To execute only one branch based on specific conditions, **add a Filter node at 3. Set conditions on each Filter to determine when that branch should continue 4. Only the branch(es) whose Filter conditions are met will proceed - - ### How Filters Work - If the Filter condition is **met**: The branch continues executing