Ankush Menat
Ankush Menat
Another more popular request: user groups in assignment rule
`r.message[0] == __("Inactive"))` This condition is never true lmao, this is dead code. Response is `"inactive"` lower-case. Removed in https://github.com/frappe/frappe/pull/18086
Your site probably doesn't have an outgoing email account configured, so "reset password" email can't be send. The message can be improved, "can't reset password because xxx" Check it on...
Just this should fix it ```diff - self.get("menu", []) + (self.get("menu") or []) ``` Though I am not sure why this happening... document tables should be inited with empty list...
can confirm. Seems to immediately route to `/new`
phone fieldtype expects this exact format `+{countrycode}-{phonenumber}`
@ascorbic-acid we are not removing it. This issue just about removing its usage from core codebase.
review checklist: - [x] revert parts of this which aren't required anymore https://github.com/frappe/frappe/pull/17785
Child docs were usually never meant to be linked like this. Since permissions only exist on parent doctypes access to child documents has to be done knowing which parent doctype...
oops this (or something else) breaks comments somehow 👀