3
0
Fork 0

fix: remove Person column for Person.users grid display

This commit is contained in:
Lance Edgar 2024-12-08 18:08:55 -06:00
parent 18484a72ac
commit a9caf3f970

View file

@ -280,7 +280,7 @@ class UserRefsWidget(WuttaCheckboxChoiceWidget):
raise NotImplementedError("edit not allowed for this widget")
model = self.app.model
columns = ['person', 'username', 'active']
columns = ['username', 'active']
# generate data set for users
users = []