Fix org contact email not clearable once set#36975
Conversation
|
Actually .... you only need a few lines like
AI really tends to make things unnecessary complex. |
|
Dismissed the nonsense AI reviews #36975 (review) AI vs AI, more slop |
|
I am Not ready 😭 it's still WIP |
|
I have told @silverwind many times: don't ask AI to review if the PR is not ready or good enough, for example:
It only wastes time. |
|
I use those reviews to get a general feeling about a PR. Copilot reviews are not to be taken too seriously, often it latches onto useless stuff. |
But almost all authors have been misled by your AI reviews, the latest one, 10 minutes ago: Please you tell authors that don't trust the AI reviews, don't follow the AI slop |
You can also just use your local AI tools to review, don't pollute the GitHub review history. |
7d36e2a to
b8e050e
Compare
|
@wxiaoguang what do you think - is that ok? |
|
Can we have a common function like (Forget whether there is "org_service" package, if there is, it's the better package for the function) |
done yes it exists |
|
Made more changes and fixed |
|
@lunny can we Backport? |

When the email field was submitted as empty in org settings (web and API), the previous guard
if form.Email != ""silently skipped the update, making it impossible to remove a contact email after it was set.