mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user