dav_registration: change filter button logic from select buttons to OR
All checks were successful
buildbot/django-dav-events--test Build done.
All checks were successful
buildbot/django-dav-events--test Build done.
This commit is contained in:
@@ -31,6 +31,10 @@ class ChoiceSet(object):
|
||||
else:
|
||||
return False
|
||||
|
||||
@property
|
||||
def codes(self):
|
||||
return self._codes
|
||||
|
||||
def get_label(self, code):
|
||||
return self._labels[code]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user