Group Bio can't be deleted

Once a group bio has been set by filling in the About Group field for a group, the bio cannot be deleted through the UI. The only way to remove it is by deleting the group’s bio_cooked property from the database.

The problem seems to be that the cook_bio method only cooks the bio if it is not blank: https://github.com/discourse/discourse/blob/master/app/models/group.rb#L211.

10 Me gusta

@zogstrip this needs fixing

2 Me gusta

@gerhard can you add that to your list?

1 me gusta

This was actually fixed in

https://github.com/discourse/discourse/commit/0a1b16bb1638792d083978861586967120e56371

5 Me gusta