lpedro1
February 4, 2023, 3:04pm
#1
After upgrading to frappe 14 I started to see that all forms display this on the top as soon as they load. I make a change and save and the message disappears.
Any ideas on how I can get rid of this? is happening in every form (with or without client script)
ankush
February 4, 2023, 3:30pm
#2
This was fixed few days ago, you can ignore the message in meantime. (Itβs harmless)
frappe:develop
β frappe:invalid_msg_empty
opened 01:18PM - 20 Jan 23 UTC
This happens on...
- form with tabs
- where first tab loaded is dashboard so⦠doesn't have any field or section visible yet.

Fix:
- ~~Run this check at very end of form rendering process, cause there is no need to run it this early?~~ :thinking:
Remove this completely, this is a weird edge case that's rarely if ever encountered.
TODO:
- [ ] ~make this less hacky? what happens if current selected tab has no field/sections but other tabs do?~
1 Like