Skip to content

[pull] develop from baserow:develop#232

Merged
pull[bot] merged 2 commits into
code:developfrom
baserow:develop
Mar 31, 2026
Merged

[pull] develop from baserow:develop#232
pull[bot] merged 2 commits into
code:developfrom
baserow:develop

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Mar 31, 2026

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 : )

stribny and others added 2 commits March 31, 2026 10:31
* revert: undo unnecessary frontend changes from f6a7d30

Revert all frontend changes introduced in "fix: bug in public view with
hidden group by" (f6a7d30). The backend changes from that commit are
kept as they are the actual fix for the public view bug.

The reverted frontend changes caused a regression where group bys would
flicker (disappear and reappear) when changing the group by order,
because activeGroupBys was being cleared at the start of every refresh.

* fix: public view crash when group by is added or removed

Add ViewType.forceViewRefresh() method that handles updating the view,
fields, and (for grid views) activeGroupBys atomically during a
force_view_refresh realtime event. This prevents components from
accessing fields that have been removed or haven't been added yet.

Also fix LinkRowFieldType.isEqual crashing with null/undefined values
when rows have no linked items.

* fix: inconsistency in counting hidden fields in grid view

* fix issue deleting/restoring group bys
@pull pull Bot locked and limited conversation to collaborators Mar 31, 2026
@pull pull Bot added the ⤵️ pull label Mar 31, 2026
@pull pull Bot merged commit df68bd9 into code:develop Mar 31, 2026
4 of 6 checks passed
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.

2 participants