Fix table page not loading when column name is 'actions'#2979
Fix table page not loading when column name is 'actions'#2979swetalin-10 wants to merge 4 commits intoappwrite:mainfrom
Conversation
Greptile SummaryThe core fix avoids a naming collision between a user-defined Confidence Score: 3/5The fix resolves the loading hang but is incomplete — the A P1 correctness issue remains: the table.svelte — the Important Files Changed
|
…base-[database]/table.svelte Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Fixes #2977
Handled conflict when a user creates a column named "actions" by mapping it to a safe internal key to avoid collision with the system-defined "actions" column.
This prevents the table page from getting stuck on loading and ensures it renders correctly.