Skip to content

Releases: nocodb/nocodb

0.207.2: Bug Fix Release

18 May 08:08
03d79fc
Compare
Choose a tag to compare

🐛 Closed Issues

  • [closed] 🐛 Bug: no access to bulk update #8504
  • [🐛 Type: Bug] 🐛 Bug: Send invitation causes "Cannot read properties of undefined (reading 'replace')" #8493
  • [closed] 🐛 Bug: font colour in select options #8034
  • [🐛 Type: Bug] 🐛 Bug: nested filtering doesn't work properly #5365

What's Changed

Full Changelog: 0.207.1...0.207.2

0.207.1: Bug Fix Release

15 May 12:45
b677943
Compare
Choose a tag to compare

🐛 Closed Issues

  • [closed] 🐛 Bug: error when trying to open data source tab #8477
  • [closed] 🐛 Bug: Use TS or JS to introduce the incomplete data of the API data #8476
  • [closed] Request to Acknowledge Uffizzi's Contributions in README #8467
  • [closed] 🔦 Feature: Helmchart #8456
  • [closed] 🐛 Bug: form description not getting saved on reload #8453
  • [closed] nocodb/nocodb:0.98.4镜像怎么修改权限,让查看者具备某些权限 #8448
  • [closed] 0.98.4版本制作的docker镜像使用 -e NC_DB="mysql2:// 提示Error: Access denied for user 'test1'@'host.docker.internal' (using password: NO) #8446
  • [🏗️ Status: In Resolution] 🐛 Bug: Pagination error in shared view #8444
  • [👋 For : Community or Good First Issue] 🐛 Bug: NotFoundException: Cannot GET /dashboarddashboard/ #8443
  • [closed] nocodb后端接口怎么制作docker镜像,修改了后端接口怎么制作自己的docker镜像 #8434
  • [closed] 🐛 Bug: Translation issue - Search members #8432
  • [closed] 🐛 Bug: Logout causing error in GUI #8410
  • [closed] 🐛 Bug: PK not saving properly when adding row through UI #8351
  • [closed] 🔦 Feature: support read-only and non-root docker containers #8347
  • [closed] 🔦 Feature: dynamic line height for comment textarea #8324
  • [closed] 🔦 Feature: Line breaks in comments #8323
  • [closed] 🐛 Bug: Calendar view is broken in shared base UI #8311
  • [Status: Reproducible] 🐛 Bug: Adding attachment leads to error "Cannot set properties of null (setting 'Sortable1713167698240')". #8278
  • [closed] 🔦 Feature: Add a settings per projects and/or per tables for the pagination and number of rows shown #7872
  • [closed] Executable build action fails when using latest version of sqlite3 package #7860
  • [Status: Reproducible] 🐛 Bug: Expanding row for a view (SQL view) shows empty fields #7713
  • [closed] 🔦 Feature: Import linked tables #5411
  • [🔦 Type: Feature] 🔦 Feature: Need option to add validation to each column before values are added #3872
  • [✨ Type: Enhancement][🔦 Type: Feature][🔭 Scope : Project] columns with a dot in the name cause an error #819
  • [🔦 Type: Feature][🔭 Scope : Project] 🔦 One-to-one in LinkToAnotherRecord not implemented #491

What's Changed

New Contributors

Full Changelog: 0.207.0...0.207.1

0.207.0 : Introducing One to One Relation & Revamped Grid View.

06 May 09:01
4b8e140
Compare
Choose a tag to compare

👋 Hey Everybody, Hey Everybody!

🚀 Introducing One to One Relation & Revamped Grid View!

Demo Video

1️⃣ One To One Relation

Exciting news! We're thrilled to announce the most requested feature from issue list - one-to-one relations within NocoDB. A one-to-one relationship in a database refers to a scenario where each record in one table is associated with exactly one record in another table, and vice versa. One-to-one relationships are often used to break down large tables into smaller, more manageable entities while maintaining data integrity. Common use cases include storing optional or supplementary information that is not frequently accessed, such as additional user details or preferences

Key Features

  • Revamped Grid View: The all new grid view is more compact which means you get to view 33% more records. UX wise you will feel its more sleek and breeze to use..

  • Pagination: From this release we are allowing user to set the pagination to upto 100 from the grid view itself just like in hubspot/salesforce etc. No more fiddling around with pagination from env variables.

We're confident that the new features will significantly enhance your productivity and time management capabilities. Give it a try and let us know what you think! As always, if you have any questions or feedback, our dedicated support team is here to assist you.

  • [closed] 🐛 Bug: Translation issue - Members not found #8397
  • [closed] 后端接口怎么使用docker部署,package.json用的线上的包没有使用本地的 #8363
  • [closed] 🐛 Bug: how to find my database in my computer? I want back up my table and attachments,so that I can deploy on a new device using docker? #8357
  • [closed] 🔦 Feature: Add Workspaces to self hosted versions #8344
  • [👀 Status: In Review] 🐛 Bug: Error occurs when copy to clipboard #8338
  • [👋 For : Community or Good First Issue][Status: Reproducible] 🐛 Bug: postgres float8 not recognized as a 'numeric' field. #8337
  • [closed] 🧪 Test: Add Unit Tests for noco.sh #8334
  • [closed] 🛠️ Ops: Auto Upstall Script Enhancements #8333
  • [closed] 🐛 Bug: Group by shared view with password is broken #8310
  • [closed] 🐛 Bug: Checkbox required in forms not working #8307
  • [closed] 🐛 Bug: Grid view field header context menu and field edit modal visible at same time #8296
  • [closed] [Feature] Set the number of items per page #8284
  • [closed] 🔦 Feature: The privilege of "switch Language" should be controlled. #8272
  • [📞 Status: Need Internal Discussion] 🐛 Bug: Cannot search by email when user renamed the account. #8270
  • [closed] 🐛 Bug: grid view groupby pagination layout is shifting to left side when pagination is loading #8266
  • [🐛 Type: Bug] 🐛 Bug: RedisCacheMgr.set Cannot convert object to primitive value #8259
  • [closed] 🔦 Feature: nocodb packages/nocodb/src/schema/swagger.json Auto generation or manual? #8257
  • [Status: Reproducible] 🐛 Bug: Expanded record user field #8249
  • [closed] 🐛 Bug: gallery, kanban view change in cover image isn't functional #8240
  • [closed] 🐛 Bug: view re-order is lost if we minimise table #8239
  • [Status: Reproducible] 🐛 Bug: Grid View's titles disappear when mouse scrolling down. #8234
  • [closed] 🔦 Feature: Increase amount of records shown in grid view #8231
  • [🔎 Status: More Info Needed] 🐛 Bug: Copying and pasting from Excel overwrites one additional row cell #8230
  • [Status: Reproducible] 🐛 Bug: prefill form issue on clicking submit another form btn & show blank form after 5 sec #8229
  • [Status: Reproducible] 🐛 Bug: Guild disappears on hiding group by column #8195
  • [closed] 🔦 Feature: The sqlite files in /usr/src/app/ can also be configured into /usr/app/data/ #8185
  • [closed] 🐛 Bug: Survey Form - attempting to create line breaks on mobile using ENTER produces unwanted action (limitations of SHIFT + ENTER) #8184
  • [closed] 🔦 Feature: Group by multiple fields #8183
  • [closed] 🐛 Bug: URL field- trim spaces from the input before storing #8038
  • [closed] 🐛 Bug: Use of filter when in last page leads to offset error #8037
  • [closed] 🐛 Bug: Use of escape any number of times should not make selected cell go away #8035
  • [closed] 🔦 Feature: Set tab titles for forms and tables. #7719
  • [closed] 🔦 Feature: Search fields option in global search (when field list is > 8) #7638
  • [closed] 🔦 Feature: Visual indicator on rich text fields that aren't fully displayed #7521
  • [closed] 🐛 Bug: Deployment Failure (Railway): [Nest 8] current transaction is aborted, commands ignored until end of transaction block #7242
  • [🔦 Type: Feature][👀 Status: In Review] 🔦 Feature: Option to change pagesize from UI #4050

0.205.1: Bug Fix Release

04 Apr 16:43
d826bf1
Compare
Choose a tag to compare

🐛 Closed Issues

  • [closed] 🐛 Bug: Copy to clipboard is failing with error #8022
  • [closed] 🐛 Bug: Survey form- for rich text, Shift + Enter behaves as Enter #8010
  • [🐛 Type: Bug] 🐛 Bug: The UI breaks when toggling the field type from single select to multi-select while creating a new field. #8000
  • [closed] 🐛 Bug: ACL base editor permission, it not quite right #7992
  • [closed] 🐛 Bug: Reduce gap between icons in rating field to fit 10 icons in default width of column (200px) #7985
  • [closed] 🐛 Bug: Rating field icon is not updating on changing icon in edit column dropdown #7981
  • [closed] 🐛 Bug: Formula - RIGHT and LEFT functions are not working in Postgres base #7961
  • [🐛 Type: Bug] 🐛 Bug: Wrong virtual cell icon in column delete modal #7926
  • [closed] 🐛 Bug: PW & Docs update for pre-filled form #7811
  • [closed] 🐛 Bug: Handle forbidden column reordering more gracefully #7808
  • [closed] 🐛 Bug: Docs update for Form new design #7765
  • [closed] 🐛 Bug: MAX() in formula did not get the desired result #7720
  • [🔎 Status: More Info Needed] 🐛 Bug: Sometimes after editing a form view it randomly stops being viewable when visiting the public share link #7714
  • [closed] 🐛 Bug: Calendar UI/UX #7691
  • [closed] 🔦 Feature: Locked Galleries should only be locked granularly #7547
  • [closed] 🐛 Bug: After insert webhook triggering when clicking add row #7545
  • [closed] 🐛 Bug: CSV Import fails in localhost #7544
  • [closed] 🐛 Bug: webhook body tab absent #7525
  • [closed] 🐛 Bug: cannot delete a row with a column of type link: "Failed to deleted record: the referenced record does not exist" #7480
  • [closed] 🐛 Bug: Cannot use 'in' operator to search for 'id' in 1 error on insert #7470
  • [🔎 Status: More Info Needed] 🐛 Bug: Failed to duplicate base #7428
  • [closed] 🐛 Bug: Record height in expanded view should be adjustable #7228
  • [closed] 🔦 Feature: Support Pasting Images for File Type Tables #7045
  • [closed] 🐛 Bug: AjvError: Invalid request body when importing from Airtable #6867
  • [closed] 🐛 Bug: "failed to copy to clipboard" when more than one cell is selected #5333
  • [🔦 Type: Feature][🔭 Scope : Project] Feature request : personnalization of title and logo #494
  • [closed] 🐛 Bug: Shared view- Cannot read properties of undefined (reading 'rqd') #8036
  • [closed] 🐛 Bug: Shared form view doesn't show fields after a field is deleted on the grid #8032
  • [closed] 🐛 Bug: Text overflow or unnecessary line break in top bar Data/Details mode switch #8028
  • [Status: Reproducible] 🐛 Bug: Attachment file names have redundant file extension if MIME type extension != existing file extension #7897
  • [closed] 🐛 Bug: View filter group not replicated on duplicate view & also not able to delete already existing filters from duplicated view #7728
  • [🔦 Type: Feature] 🔦 Feature: Show user name in the User management and Base members lists #7323
  • [closed] 🔦 Feature: Incomplete translation display #6338

What's Changed

Read more

0.205.0 : Introducing Calendar View & Revamped Form View

02 Apr 11:38
99294e4
Compare
Choose a tag to compare

👋👋 Hey Everybody, Hey Everybody! 👋👋

🚀 Introducing Calendar View & Revamped Form View!

Demo Video

📆 Calendar View

We're excited to announce the release of the highly anticipated calendar view! Calendar view allows you to attach any of the date/datetime columns in a familiar calendar format!! (Calendar View Docs)

Key Features

  • Calendar Layout: View your records that contain date fields in a traditional monthly, weekly, or daily calendar layout, complete with customisable views.
  • Drag-and-Drop Scheduling: Easily reschedule events or tasks by simply dragging and dropping them to a new date on the calendar.
  • Sort & Filter Records: Narrow down the records that gets displayed - filter your calendar view by specific criteria, such as project, team member, or any other relevant field.

We're confident that the new calendar view will significantly enhance your productivity and time management capabilities. Give it a try and let us know what you think!

📝 Revamped Form View

We're thrilled to introduce the all-new form view, packed with exciting features and improvements to enhance your form creation experience. Get ready to streamline your data collection process like never before!

  • Simplified Form Builder: We have significantly revamped our form builder for the ease of use. With a sleek interface and drag-and-drop functionality, you can effortlessly add, rearrange, and customise form fields.

  • Banner & Logo Images: Elevate your forms' professional appeal by adding banner and logo images. This new feature allows you to showcase your brand identity and create a consistent look across all your forms.

  • Customisable Background Colour: Express your brand personality or match your forms to a specific theme by choosing a custom background colour.

  • Pre-Filled Forms by Encoding URLs: NocoDB enables pre-filling fields in shared form views with specific values by setting URL parameters, allowing creation of custom URLs with desired field values.

  • Customisable Select Fields: Now you have more control over how select fields are displayed in your forms. Choose between a dropdown or list view, and even limit the options shown in the form view.

We're confident that these enhancements will streamline your form creation process, boost user engagement, and elevate your brand's professional image. Give the revamped form view a try and let us know your thoughts!

As always, if you have any questions or feedback, our dedicated support team is here to assist you.


🐛 Closed Issues

  • [closed] 🐛 Bug: Copy to clipboard is failing with error #8022
  • [closed] 🐛 Bug: Survey form- for rich text, Shift + Enter behaves as Enter #8010
  • [🐛 Type: Bug] 🐛 Bug: The UI breaks when toggling the field type from single select to multi-select while creating a new field. #8000
  • [closed] 🐛 Bug: ACL base editor permission, it not quite right #7992
  • [closed] 🐛 Bug: Reduce gap between icons in rating field to fit 10 icons in default width of column (200px) #7985
  • [closed] 🐛 Bug: Rating field icon is not updating on changing icon in edit column dropdown #7981
  • [closed] 🐛 Bug: Formula - RIGHT and LEFT functions are not working in Postgres base #7961
  • [🐛 Type: Bug] 🐛 Bug: Wrong virtual cell icon in column delete modal #7926
  • [closed] 🐛 Bug: PW & Docs update for pre-filled form #7811
  • [closed] 🐛 Bug: Handle forbidden column reordering more gracefully #7808
  • [closed] 🐛 Bug: Docs update for Form new design #7765
  • [closed] 🐛 Bug: MAX() in formula did not get the desired result #7720
  • [🔎 Status: More Info Needed] 🐛 Bug: Sometimes after editing a form view it randomly stops being viewable when visiting the public share link #7714
  • [closed] 🐛 Bug: Calendar UI/UX #7691
  • [closed] 🔦 Feature: Locked Galleries should only be locked granularly #7547
  • [closed] 🐛 Bug: After insert webhook triggering when clicking add row #7545
  • [closed] 🐛 Bug: CSV Import fails in localhost #7544
  • [closed] 🐛 Bug: webhook body tab absent #7525
  • [closed] 🐛 Bug: cannot delete a row with a column of type link: "Failed to deleted record: the referenced record does not exist" #7480
  • [closed] 🐛 Bug: Cannot use 'in' operator to search for 'id' in 1 error on insert #7470
  • [🔎 Status: More Info Needed] 🐛 Bug: Failed to duplicate base #7428
  • [closed] 🐛 Bug: Record height in expanded view should be adjustable #7228
  • [closed] 🔦 Feature: Support Pasting Images for File Type Tables #7045
  • [closed] 🐛 Bug: AjvError: Invalid request body when importing from Airtable #6867
  • [closed] 🐛 Bug: "failed to copy to clipboard" when more than one cell is selected #5333
  • [🔦 Type: Feature][🔭 Scope : Project] Feature request : personnalization of title and logo #494

What's Changed

Read more

0.204.9

23 Mar 14:28
4839ff0
Compare
Choose a tag to compare

🐛 Closed Issues

  • [closed] 🐛 Bug: Insert data API(v2) not returning proper response #7945
  • [Status: Reproducible] 🐛 Bug: When editing a field name, the formula using it are updated, but the calculated value is ERR #7923
  • [closed] 🐛 Bug: ctrl+click on base/table/view to open in new tab is not working in Window/Linux #7920
  • [closed] 🔦 Feature: While editing webhook show bulk hooks in disabled state #7913
  • [Status: Reproducible] 🐛 Bug: Attachment file names have redundant file extension if MIME type extension != existing file extension #7897
  • [closed] Failed to resolve entry for package "nocodb-sdk"🐛 Bug: #7896
  • [closed] 🐛 Bug: nocodb-sdk uses PUT instead of PATCH for api.dbDataTableRow.update #7886
  • [🐛 Type: Bug] 🐛 Bug: form with default value configured for select field leads to error #7869
  • [closed] Where should I modify the sorting data query logic in order to customize the sorting functionality? #7737

What's Changed

Full Changelog: 0.204.7...0.204.9

0.204.7: Bug Fix Release

19 Mar 15:19
7446edb
Compare
Choose a tag to compare

🐛 Closed Issues

  • [closed] 🐛 Bug: User permissions on base get reset #7902
  • [closed] [Question] I want to understand how you used sheet js to build you smart sheet? #7893
  • [closed] The interface in the controller always redirects to the login page. #7887
  • [closed] NocoDB random table identifier on V2 API Spec #7879
  • [closed] 🐛 Bug: multi field editor option colour change #7874
  • [closed] 🐛 Bug: Roles other than superadmin don't have ability to edit own comment #7870
  • [closed] 🔦 Feature: Swap keyboard shortcut for going to first and last pages #7853
  • [closed] 🔦 Feature: Allow to set global default for interpreting LongText columns as Markdown ("rich text") #7832
  • [Status: Reproducible] 🐛 Bug: bug with column edit when working with multi select field #7733
  • [closed] 🐛 Bug: Unable to render this definition. The provided definition does not specify a valid version field. #7657
  • [closed] 🐛 Bug: Record URL is broken #7453

What's Changed

New Contributors

Full Changelog: 0.204.5...0.204.7

0.204.5: Bug Fix Release

14 Mar 10:08
7efeba7
Compare
Choose a tag to compare

🐛 Closed Issues

  • [closed] 🐛 Bug: Image display issue #7851
  • [closed] 🐛 Bug: Creating a new table hangs if Default database is not visible #7850
  • [closed] 🐛 Bug: typo in swagger response "BadReqeust" #7848
  • [🐛 Type: Bug][Roadmap : Q1 2023] 🐛 Bug: Updating SQlite source path is not functioning as expected #7844
  • [Status: Reproducible] 🐛 Bug: Form iFrames broken (403 Not Allowed) #7828
  • [Status: Reproducible] 🐛 Bug: Use of CreatedAt filter #7826
  • [closed] 📚 Doc: Edit this page links are broken #7816
  • [closed] 🐛 Bug: Public form appears system field #7800
  • [🐛 Type: Bug] 🐛 Bug: Long text wrap; show full word in first line if possible & then suffix ... #7781
  • [closed] 🐛 Bug: shared survey form UI needs fix if form description is lengthy #7780
  • [Status: Reproducible] 🐛 Bug: shuffle broken in 0.204.3 #7776
  • [closed] 🐛 Bug: app.nocodb.com API limiting to 100 rows even when limit set higher #7761
  • [closed] 🔦 Feature: if nocodb alternative to airtable, why don't we design initiative better ui/ux than airtable? #7700
  • [closed] 🐛 Bug: Submit attachment in form does not working #7699
  • [closed] 🔦 Feature: Add to context menu, open in new tab #7693
  • [Status: Reproducible] 🐛 Bug: Pagination skips record in Link Records modal #7655
  • [closed] 🔦 Feature: Add URL encode function for formulas #6811
  • [🔦 Type: Feature][🔭 Scope : Project] [Feature] Prefill form with default values #2862

What's Changed

New Contributors

Full Changelog: 0.204.4...0.204.5

0.204.4

04 Mar 15:35
71af871
Compare
Choose a tag to compare

🐛 Closed Issues

  • [closed] 🐛 Bug: Export CSV is missing the id or primary keys (cloud) #7749
  • [closed] 🐛 Bug: Unable to add new record to linked table by "add new link" #7748
  • [Status: Reproducible] 🐛 Bug: datetime copy paste bug #7739
  • [closed] 🐛 Bug: Sometimes unable to delete fields #7715
  • [closed] 🔦 Feature: Reset form in less than 5 seconds #7711
  • [closed] 🐛 Bug: Duplicating a form view only adds fields; all other form and field configurations are missing. #7686
  • [closed] 🐛 Bug: Form field order is different in backend than in the public view #7671
  • [closed] 🐛 Bug: modified row height, double click to switch to edit mode doesn't work #7658
  • [closed] 🐛 Bug: MySQL Server Created-at, Updated-at issue #7585
  • [closed] 🐛 Bug: meta db tables are not listed after connecting to external data source #7771
  • [Status: Reproducible] 🐛 Bug: If you remove a user from a base, you can't easily re-add them #7775
  • [closed] 🐛 Bug: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call? After upgrade to 0.204.1 (and .2) #7770
  • [closed] 🐛 Bug: Form view TBD-3 #7701
  • [🔎 Status: More Info Needed] 🐛 Bug: file attachment didnt attached while sending it with a form #7507
  • [📞 Status: Need Internal Discussion] 🐛 Bug: Undo doesn't cover hidden fields #7363

What's Changed

Full Changelog: 0.204.1...0.204.4

0.204.1: Bug Fix Release

23 Feb 08:46
9b5ac33
Compare
Choose a tag to compare

🐛 Closed Issues

  • [closed] 🐛 Bug: In development environment FileSaver.saveAs is not a function on trying to download view #7702
  • [closed] 🐛 Bug: Adding a new field from the multifield editor is, by default, displayed in all views #7684
  • [Status: Reproducible] 🐛 Bug: Have to double-click on rich text field in a public form to add text, backend field name is displayed #7668
  • [closed] 🐛 Bug: CSS issue with Form Text (word breaks) #7667
  • [closed] 🔦 Feature: Create Nocodb template under dooqod.com #7660
  • [closed] 🐛 Bug: build-local-docker-image.sh not working #7642
  • [closed] 🐛 Bug: Composite primary key row insertion error #7626
  • [closed] 🐛 Bug: Sort from field context menu doesn't work (if applied before using sort from toolbar) #7609
  • [closed] 🐛 Bug: The attachment cell does not allow adding another file if the file name already exists. #7601
  • [closed] 🔦 Feature: Drag and drop image from webpage to attachment cell #7598
  • [closed] 🐛 Bug: CmdL UI/UX changes #7592
  • [closed] 🐛 Bug: Base reorder in Mobile View #7582
  • [closed] 🐛 Bug: User has the access to rename, duplicate and delete view from breadcrumb in shared base #7572
  • [closed] 🐛 Bug: The UI breaks when navigating between the base, table, and view through the breadcrumb in the shared base #7571
  • [closed] 🐛 Bug: TypeError: e.isAuthenticated is not a function (backend) #7567
  • [closed] 🐛 Bug: Minor UI changes #7565
  • [closed] 🐛 Bug: Cmd+J is not working in oss #7563
  • [closed] 🐛 Bug: ERROR: Offset is beyond the total number of records #7561
  • [closed] 🐛 Bug: copy paste on dateTime field with formatting applied #7557
  • [closed] 🐛 Bug: copy paste on date field with formatting applied #7552
  • [closed] 🐛 Bug: Row creation issue when connecting to external MariaDB database #7550
  • [closed] 🐛 Bug: Organization Level Creator can change their own role, leading to loss of Creator Access #7539
  • [closed] 🔦 Feature: Base reorder #7536
  • [closed] 🐛 Bug: VIEWER can't receive form e-mail notifications #7535
  • [closed] 🐛 Bug: Base page doesn't show table icons #7533
  • [closed] 🐛 Bug: Tabbing in the 'Add New Link' page doesn't select the record components #7520
  • [closed] 🔦 Feature: Keyboard interactions on tables: new rows #7519
  • [closed] 🐛 Bug: Auto focus the search field in the 'Add New Link' form #7518
  • [closed] this issue is not closed. #7515
  • [closed] 🐛 Bug: webhook trigger on triggering delete of selected records #7511
  • [closed] 🐛 Bug: When searching for a non-existant entry it is fine on page 1 of tables but shows"internal error" when doing the same in any other page number. #7501
  • [closed] 🔦 Feature: Copying links #7493
  • [closed] 🔦 Feature: Enable keyboard shortcuts for oss (cmd+k, cmd+l, cmd+j) #7486
  • [closed] Pricing #7483
  • [closed] 🐛 Bug: In shared view expanded form after clicking reload api is failing #7468
  • [closed] 🐛 Bug: Error when adding sort / filter #7460
  • [closed] 🐛 Bug: Shared base and shared view expanded form #7456
  • [closed] 🐛 Bug: Kanban view loadMoreKanbanData api is failing due to incorrect offset payload #7451
  • [closed] 🐛 Bug: In shared kanban view expanded form all field values are empty #7448
  • [Status: Reproducible] 🐛 Bug: Renaming of Belongs To column #7441
  • [Status: Reproducible] 🐛 Bug: SUBSTR({Date Field}, idx, idx) not working anymore. #7440
  • [closed] 🔦 Feature: Allow to @ or @@ other team members and show as notication or email. #7430
  • [closed] 🐛 Bug: field newly added should be hidden by default in existing views (Link field) #7421
  • [closed] 🐛 Bug: Audit log, not possible to know who is the user #7418
  • [closed] 🐛 Bug: Currency field not updating on Safari #7415
  • [closed] 🐛 Bug: Drag 'n Drop columns not working on Safari #7414
  • [Status: Reproducible] 🐛 Bug: Invalid formula IF ... == TRUE() or FALSE() #7399
  • [closed] 🐛 Bug: Filter type related errors #7396
  • [closed] 🐛 Bug: GUI does not save custom order of Table Views #7395
  • [closed] 🐛 Bug: No playwright test cases for Multifield Editor #7393
  • [closed] 🐛 Bug: In GUI only first 20 items of Single Select and Multi-Select fields can be seen or edited/deleted #7390
  • [🐹 DB : SQLite] 🐛 Bug: Groupby doesn't work on formula fields with numbers #7382
  • [closed] 🔦 Feature: Bulk delete selected rows #7379
  • [Status: Reproducible] 🐛 Bug: API V2 - when Page Size > Total Records returned, API response contains incorrect page size and isLastpage values #7368
  • [Status: Reproducible] 🐛 Bug: API V2 "Offset is beyond the total number of records" error status code returned is 200 instead of 400 #7367
  • [closed] 🐛 Bug: webhook conditions for date field need fix #7360
  • [closed] 🐛 Bug: Rich text & long text modal UX #7359
  • [closed] 🐛 Bug: Currency datatype keeps changing to SpecificDBType automatically #7315
  • [🙋‍♀️ Type: Question] 🐛 Bug: Webhooks with new conditions checker #7312
  • [closed] 🐛 Bug: Toggle Show NULL in Cellsremoves table/schema editor access #7295
  • [closed] 🐛 Bug: Grouping by lookup column does not display the group name #7226
  • [🐛 Type: Bug] 🐛 Bug: date cell copy paste related #7183
  • [closed] 🐛 Bug: Audit log for external database not visible through UI #7165
  • [closed] 🐛 Bug: Shared gallery view, click on any record #7145
  • [closed] 🐛 Bug: OTP not sending Email #7129
  • [closed] 🐛 Bug: select field issue with trailing spaces when creating using API #7087
  • [👩‍🔬 Status: In-Analysis] 🐛 Bug: Tasks disappearing from view on status change #7051
  • [🔎 Status: More Info Needed] 🐛 Bug: Import Excel date field gives the wrong dates for column #7049
  • [🐛 Type: Bug] 🐛 Bug: Currency field updation not reflecting to external postgres DB #6255
  • [🐛 Type: Bug] 🐛 Bug: Values in currency fields are not saved [Firefox] #6086
  • [closed] 🔦 Feature: Use value of formula in lookups #5986
  • [closed] Feature: Global search should include all fields by default #5970
  • [Status: Reproducible] 🔦 Feature: Pressing tab while on a form should move the cursor to the next field #5969
  • [closed] 🔦 Feature: Expand record option for shared view #5945
  • [closed] 🔦 Feature: formula column filter type support based on form...
Read more