Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Bug: Grid View - When adding a new Record with a Group By on the view, the field corresponding to the Group By remains empty #7204

Closed
1 task done
progamax opened this issue Dec 11, 2023 · 2 comments · Fixed by #7208
Assignees
Labels
Milestone

Comments

@progamax
Copy link

progamax commented Dec 11, 2023

Please confirm if bug report does NOT exists already ?

  • I confirm there is no existing issue for this

Steps to reproduce ?

  • Create Table A and Table B. The Table A must have a column that is a NOT NULL foreign key corresponding to table B
  • Put one or two records in table B and also in table A
  • In the Grid View of Table A, apply a Group By on this new column
  • Open one of the group and click on "New Record - Form"
    No record can be link visually

Note : I put NOT NULL flag on the Table A's column manually with an SQL command and then I synced the scheme in NocoDB settings

Desired Behavior

The form's field that corresponds to the Group By column should be prefilled with the value of the group in which we click "New Record - Form"
( Or at least, the field should not be blocked )

Project Details

NocoDB from node

Attachments

Screencapture.mp4
@wingkwong
Copy link
Member

which version are you using? v0.202.9?

@progamax
Copy link
Author

I am using 0.202.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants