Tweak the UI (make it use the new user API) and bugfixes
This commit is contained in:
parent
ef5b32a33c
commit
7db48800a2
5 changed files with 20 additions and 42 deletions
|
@ -182,7 +182,7 @@ class BaseActivity(object):
|
|||
valid_kwargs = {}
|
||||
for k, v in kwargs.items():
|
||||
if v is None:
|
||||
break
|
||||
continue
|
||||
valid_kwargs[k] = v
|
||||
self._data.update(**valid_kwargs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue