Skip to content

Commit 59a69d4

Browse files
alamin-brCopilot
andauthored
fix(web-frontend): show circular field dependency error in lookup field (baserow#5461)
* fix(web-frontend): show circular field dependency error in lookup field * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 56943a3 commit 59a69d4

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "bug",
3+
"message": "Shows the circular field dependency error in the lookup field form.",
4+
"issue_origin": "github",
5+
"issue_number": 3637,
6+
"domain": "database",
7+
"bullet_points": [],
8+
"created_at": "2026-06-03"
9+
}

web-frontend/modules/database/components/field/FieldLookupSubForm.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
>
2727
</FormulaTypeSubForms>
2828
</template>
29+
<div v-if="errorFromServer" class="error formula-field__error">
30+
{{ errorFromServer }}
31+
</div>
2932
</div>
3033
</template>
3134

0 commit comments

Comments
 (0)