Skip to content

[pull] develop from baserow:develop#335

Merged
pull[bot] merged 1 commit into
code:developfrom
baserow:develop
Jun 26, 2026
Merged

[pull] develop from baserow:develop#335
pull[bot] merged 1 commit into
code:developfrom
baserow:develop

Conversation

@pull

@pull pull Bot commented Jun 26, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

…view (#5597)

Opening an existing "Link to table" field with "Limit selection to view"
enabled showed an empty "No items available" dropdown and the saved view
appeared gone.

The linked table's views are only fetched by loadViewsIfNeeded(), triggered
by the link_row_table_id watcher (fires on change) or the toggle checkbox.
For an existing field the table id is populated before mount, so the
watcher's single firing happens while limitToViewToggle is still false and
bails out. mounted() then enables the toggle but never reloads, leaving the
views unfetched.

Load the views in mounted() when the toggle initializes on.
@pull pull Bot locked and limited conversation to collaborators Jun 26, 2026
@pull pull Bot added the ⤵️ pull label Jun 26, 2026
@pull pull Bot merged commit 2b7608f into code:develop Jun 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant