You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using folder.items(), the resulting Item instances' folder attributes are not accessible as Item._folder is not even created (it would be ok if it was None).
python-zarafa from 7.2.x does not seem to have this problem.
I will submit a pull request in a minute.
The text was updated successfully, but these errors were encountered:
hoffie
pushed a commit
to hoffie/python-zarafa
that referenced
this issue
Sep 28, 2015
The internal attribute Item._folder should always be initialized,
at least with None.
If possible, _folder should be pre-populated with parent data from
the outside as this should be better performing than doing a repeated lookup.
Fixeszarafagroupware#31.
When using folder.items(), the resulting Item instances' folder attributes are not accessible as Item._folder is not even created (it would be ok if it was None).
python-zarafa from 7.2.x does not seem to have this problem.
I will submit a pull request in a minute.
The text was updated successfully, but these errors were encountered: