Remove 'anonymous' names from credits list #96837
Labels
No Label
legacy project
Infrastructure: blender.org
legacy project
Infrastructure: Websites
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Information from Developers
Status
Resolved
Type
Bug
Type
Design
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/devfund-website#96837
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently we show dozen of 'anonymous' names in the landing list, they should just be hidden.
Could you kindly take a look at this @Oleg-Komarov ?
I've deployed a quick fix for filtering out Membership records with an empty or null display_name.
The records that were showing as anonymous had is_private=False and an empty display_name, but the form for managing the credit info never allows to set an empty name; and there are recent records created in this state.
I guess that the code that initially populates these fields may be doing something silly (since a user can't set an empty display_name via the form), but it needs a closer look.
More context, in case it helps. Different membership levels allow for different "attributes" of the membership to be edited (and displayed in the edit form). This might somehow be reflected in the model capabilities. Attributes are defined in the membershiplevel model.