1287
1287
# Only the IPerson can be traversed to, so it provides the IAccount.
1288
1288
# It also means that permissions are checked on IAccount, not IPerson.
1289
1289
self.person = self.context
1291
1291
self.context = IMasterObject(self.context.account)
1292
1292
# Set fields to be displayed.
1293
1293
self.field_names = ['status', 'status_comment']