You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a tenant, it is not required that you select a tenant group. When you attempt to export tenants that do not have a tenant group, you receive the following error:
<type 'exceptions.AttributeError'>
'NoneType' object has no attribute 'name'
Additionally, the field is not marked as optional in the CSV import screen for tenants, although the import will gladly accept a blank value for tenant group.
The text was updated successfully, but these errors were encountered:
Version 1.7.1
When creating a tenant, it is not required that you select a tenant group. When you attempt to export tenants that do not have a tenant group, you receive the following error:
Additionally, the field is not marked as optional in the CSV import screen for tenants, although the import will gladly accept a blank value for tenant group.
The text was updated successfully, but these errors were encountered: