这是indexloc提供的服务,不要输入任何密码
Skip to content

automatic radio btn switching not happening on edit row page on data input #2595

@michaelhayman

Description

@michaelhayman

First off, thanks again for Hasura I love it <3

Ran into a bit of a weird bug - editing a nullable text column (it's about 8th or 9th in the list of columns in the table) (when it starts from NULL) using the Hasura editor doesn't save the information (record always shows NULL). But running an SQL command directly does save it. Interestingly, if I create the record with Hasura ediotr it saves the information. Also if I edit the record when it doesn't start with NULL in the field, it saves properly. If I reset the column to NULL it's broken again. There's other columns which are nullable which save the information if I change it using the editor. There's no triggers on the table.

Here's an example :) Try adding a column with NULL 'profile_questionnaire_id' or 'customer_questionnaire_id' then editing them so they have values. Interestingly 'parent' works and displays the expected behaviour.
https://heroku-testing-ground.herokuapp.com/console/data/schema/public/tables/categories/browse

Metadata

Metadata

Assignees

Labels

c/consoleRelated to consolee/quickfixcan be wrapped up in few hoursk/bugSomething isn't workingp/urgentImmediate action required

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions