`issingle` isn't a mandatory field available, so changing any doctype that doesn't contain this field throws error.
See original GitHub issueDescription of the issue
Basically the title. I found 2 instances in base_document.py
.
I am already fixing these small bugs in our fork. So, if a PR is accepted, can push one.
Context information (for bug reports)
Output of bench version
(paste here)
Steps to reproduce the issue
Observed result
Expected result
Stacktrace / full error message
(paste here)
Additional information
OS version / distribution, Frappe
install method, etc.
Issue Analytics
- State:
- Created a year ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Django REST Framework serializer field required=false
I am still getting error when saving the record. class FavoriteListSerializer(serializers.ModelSerializer): owner = serializers.IntegerField( ...
Read more >"Mandatory field is missing" in SIS version 2 (more technical ...
When loading student information files there are errors such as: "Mandatory field is missing: email type." This occurs when testing version ...
Read more >dml - Checked required fields, still getting an error that a ...
The label for the Account is Account Name, the API name is just Account, and there is no other field it could be,...
Read more >Trading Network Messages - Software AG Documentation
In webMethods Trading Networks, when you try to import a file and it does not contain valid data according to the type format,...
Read more >Chapter 3 – Medicare Marketing Guidelines - CMS
An intermediate entity, such as a “Field Marketing Organization” (FMO) or similar type entity that has been retained to sell a plan's Medicare...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ankush that’s the trace while running
bench --site abc.localhost migrate
.This is probably a deeper bug. We by default strip 0 values from JSON files, so adding it won’t help much. Not sure why meta is not properly initialized here.