Rename confusing property

It’s more about the multiple different types of things they can see, not
just that there are multiple things.
This commit is contained in:
Chris Hill-Scott
2019-06-13 13:40:29 +01:00
parent 53f5ebdd48
commit edba0c7f5f
2 changed files with 5 additions and 5 deletions

View File

@@ -319,7 +319,7 @@ class User(JSONModel, UserMixin):
return None
@property
def has_multiple_services_or_organisations(self):
def has_access_to_live_and_trial_mode_services(self):
return (
self.organisations or self.live_services
) and (