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

fix: auto_repeat field check while loading customize form #13350

Merged

Conversation

leela
Copy link
Contributor

@leela leela commented May 27, 2021

Customize form breaks with the following error.

image

We create auto repeat field of a doctype while loading a customize form, incase if it does not exist. Instead of checking for auto_repeat field in doctype meta, we are currently checking auto_repeat custom field exists or not. This is fixed by changing the check based on meta of doctype.

Note: This got fixed in V13 already.

We create auto repeat field while loading a customize form if not exist.
Instead of checking for `auto_repeat` field in doctype meta, we are
checking auto_repeat custom field exists or not. This is fixed by
changing check based on meta of doctype.
@leela leela merged commit 7a99526 into frappe:version-12-hotfix May 27, 2021
@leela leela deleted the fix-auto-repeat-field-presence-check branch August 4, 2021 07:29
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant