-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support removing fields in Sub-Table. #25
Comments
Thank you for your feedback. In latest version, Ginue can delete fields interactively when layout.json fails. Line 771 in 5b6b1ae
In your environment, There are no prompt shown? |
@the-red I checked the ginue version, as far as I can see, ginue version is the latest.
I investigated deeper, it seems that kintone will return unexpected error code when updating the nil table field. In my environment, kintone returned the following error.
AFAIK, the ginue doesn't hook an above error code and doesn't support the error messages array(i.e., |
I prepared the sub-table[1], then I removed the fields in table[2]. [1] Original Table (Table_XXXX)
[2] Table after removing the
|
@mantaroh You seem to have deleted a field in the subtable. It is difficult because the error message does not contain the field codes in subtable. |
I think that we need to distinguish the remove fields from development application layout and deploy application layout. In any case, I'll wait this features! Cheers! |
@mantaroh Deleting fields in sub-tables is now supported. It is still in beta, so you can install it with the following command. Please try it out! 🚀
In v3.0, there are other changes as follows. There are many breaking changes, so please be careful.
Please let me know if you have any feedback 😄 |
@the-red
@thered
At the moment, ginue doesn't support removing fields.
E.g.,
development
andproduction
)A
in the development environment.ginue push development:production
.If we run above command, ginue stopped due to doesn't support removing fields.
The ginue will need to call the
/k/v1/preview/app/form/layout
withDELETE
method.If you have the any idea of this, could you please tell us?
The text was updated successfully, but these errors were encountered: