events updated
This commit is contained in:
@@ -214,6 +214,10 @@ class CategoryCluster:
|
||||
self.INCLUDE_IN_SCHEMA = include_in_schema
|
||||
self.IS_CLIENT = is_client
|
||||
|
||||
@property
|
||||
def is_clickable(self):
|
||||
return bool(self.SUBCATEGORY)
|
||||
|
||||
@property
|
||||
def is_client(self):
|
||||
return self.IS_CLIENT
|
||||
|
||||
Reference in New Issue
Block a user