fix: remove Person column for Person.users
grid display
This commit is contained in:
parent
18484a72ac
commit
a9caf3f970
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue