Commit Graph

84 Commits

Author SHA1 Message Date
DarkPhoenix2704
afd291da3f fix: lookup rendering fix 2026-04-09 06:34:53 +00:00
Pranav
701abe2637 refactor: extract extractPkFromPkColumns to deduplicate PK extraction logic 2026-03-11 11:16:20 +00:00
Ramesh Mane
c9bfb468a7 chore: lint 2026-02-20 07:04:47 +00:00
Ramesh Mane
75553e32f5 chore: lint 2026-02-20 07:04:47 +00:00
Pranav C
0bc2f7cafb chore: sync 2026-02-19 16:52:17 +05:30
mertmit
69a29568c7 chore: sync
Signed-off-by: mertmit <mertmit99@gmail.com>
2026-01-10 00:21:02 +03:00
Ramesh Mane
31f51e0c63 fix: Kanban if stacked by field has default value, add new record in uncategorized stack doesnt work 2025-09-25 11:43:33 +00:00
Pranav C
f6540d924c fix: avoid sending empty array as filter or sort param 2025-08-28 09:33:04 +00:00
Ramesh Mane
238adbafbe chore(nc-gui): lint 2025-07-17 14:33:13 +00:00
Ramesh Mane
da2f17e76f fix(nc-gui): import issue 2025-07-17 14:33:13 +00:00
Ramesh Mane
13e2384e10 fix(nc-gui): format aggregation value based on column type 2025-07-17 14:33:13 +00:00
Ramesh Mane
0eddf31077 fix(nc-gui): plain cell parser issue 2025-07-17 14:33:13 +00:00
Fendy Heryanto
05b1f7dd55 fix changed uidt on rollup column 2025-06-19 07:56:49 +00:00
Fendy Heryanto
a37908ae6f infinite table rendering 2025-06-19 03:30:55 +00:00
DarkPhoenix2704
e305992431 chore: cleanup mssql and sync dependencies 2025-06-10 10:33:08 +00:00
Pranav C
41b6e141c4 fix: skip default value setting for attachment 2025-06-04 16:56:36 +00:00
Fendy Heryanto
3bffa35d8a enable @me on frontend 2025-05-22 18:58:45 +00:00
Ramesh Mane
165bb8c6b5 chore(nc-gui): lint 2025-05-22 07:24:19 +00:00
Ramesh Mane
b74a371cf9 refactor(nc-gui): parse formula plain cell value code 2025-05-22 07:24:19 +00:00
Ramesh Mane
2ec4ff631d fix(nc-gui): formual cell value parse issue display issue 2025-05-22 07:24:19 +00:00
Ramesh Mane
e19122c755 fix(nc-gui): formula field parse link text display issue 2025-05-22 07:24:19 +00:00
Ramesh Mane
dbf7c565a9 fix(nc-gui): revert some plan.ts file changes 2025-05-19 11:49:03 +00:00
Ramesh Mane
44b486830e fix(nc-gui): parse numeric field plain cell value issue if value is 0 2025-05-19 11:49:02 +00:00
DarkPhoenix2704
31be062acc fix: edge case with groupby 2025-05-06 05:22:44 +00:00
Ramesh Mane
2b518b7c27 chore(nc-gui): lint 2025-04-22 14:15:58 +00:00
Fendy Heryanto
8f20ab191b Squashed commit of the following: 2025-04-22 14:15:55 +00:00
Fendy Heryanto
c6d5fc28cf refactor validate row filters to nocodb-sdk 2025-04-12 09:23:11 +00:00
DarkPhoenix2704
f3b9b772c4 fix: parse plain cell broken for some fields 2025-04-10 03:52:11 +00:00
Ramesh Mane
8df39afd1d chore(nc-gui): lint 2025-03-14 07:38:43 +00:00
Ramesh Mane
108decc260 fix(nc-gui): review changes 2025-03-11 19:25:21 +00:00
Ramesh Mane
2c460b864e fix(nc-gui): default value sanitization 2025-03-11 19:25:18 +00:00
DarkPhoenix2704
98a765a454 fix: sqlite invalid format for DD/MM/YYYY format 2025-03-11 14:01:37 +00:00
Pranav C
91fc89efa0 fix: handle nested lookup
re https://github.com/nocodb/nocodb/pull/10757

(cherry picked from commit 49760b1b48)
2025-03-11 16:39:11 +05:30
ssweber
19fb16cf40 simplify signature 2025-03-10 15:55:06 -04:00
ssweber
952c0a949c Update dataUtils.ts 2025-03-10 13:31:28 -04:00
ssweber
4ca0a8f7ff Add lookup column type detection for filters
Add getLookupColumnType function to properly identify the underlying type of lookup columns during filter validation. This replaces the previous approach of guessing types at runtime with direct metadata lookup.
2025-03-10 13:25:32 -04:00
ssweber
d913602e2c Re-add accidently deleted lines 2025-03-09 15:30:23 -04:00
ssweber
dec0464e08 fix: handle user-like data in lookup fields for filters
When a lookup field references users, it contains object data with ID properties.
This change routes such fields to the user field processing logic when using
operations like anyof/allof or empty/notempty, preventing errors when the code
tries to call .split() on object data.

This is safe because:
1. It only affects lookup fields with object data, not string data
2. It only applies to specific filter operations that need special handling
3. All other cases continue to use the original processing logic
2025-03-09 15:06:32 -04:00
ssweber
3c21d74e71 Merge branch 'nocodb:develop' into fix-lookup-filter 2025-03-08 15:44:28 -05:00
Anbarasu
a3601f683e fix: datetime lookup bug (#10770) 2025-03-08 12:55:56 +05:30
ssweber
f381900d6d fix: Fix user field filter behavior for 'Lookup' type
Correctly handle 'Lookup' fields as user fields during filtering
2025-03-07 08:34:27 -05:00
Ramesh Mane
b2e504e697 fix: move toSafeInteger to sdk 2025-03-05 14:51:14 +00:00
Ramesh Mane
82acf56f26 fix: add throw error inside serializer fn 2025-03-05 14:51:13 +00:00
Ramesh Mane
607a59efb6 feat(sdk): lookup and rollup colum helper 2025-03-05 14:51:13 +00:00
Ramesh Mane
18fa0b630e feat(sdk): json column helper 2025-03-05 14:51:11 +00:00
Amit Joki
422150b4ee fix: limit the number to safe integers 2025-02-24 05:36:56 +00:00
Ramesh Mane
ac0fd3e42e fix(nc-gui): lookup json field value parse issue 2025-02-17 13:11:40 +00:00
Ramesh Mane
1b27ba5849 fix(nc-gui): lookup time format issue 2025-02-17 13:11:38 +00:00
Ramesh Mane
3a5ec7198b fix(nc-gui): refactor PlainCell component 2025-02-17 13:11:01 +00:00
Ramesh Mane
dc369f274d fix(nc-gui): add meta props in generalUserIcon component 2024-12-27 14:39:59 +05:30