fix: child table rating fields (#25433)
This commit is contained in:
parent
77618cde1f
commit
f6e58f229c
1 changed files with 1 additions and 0 deletions
|
|
@ -591,6 +591,7 @@ class Document(BaseDocument):
|
|||
d._validate_selects()
|
||||
d._validate_non_negative()
|
||||
d._validate_length()
|
||||
d._fix_rating_value()
|
||||
d._validate_code_fields()
|
||||
d._sync_autoname_field()
|
||||
d._extract_images_from_text_editor()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue