Changes between Initial Version and Version 1 of Ticket #11706, comment 9


Ignore:
Timestamp:
May 9, 2014, 11:03:51 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11706, comment 9

    initial v1  
    1 `forum_cols` was added as an attribute of the `DiscussionDb` class, but `_get_forum` which references `forum_cols` via `self.forum_cols` was moved to `DiscussionApi`. It looks like that might result in an `AttributeError`.
     1`forum_cols` was added as an attribute of the `DiscussionDb` class, but the `_get_forum` method which references the `forum_cols` attribute via the call `self.forum_cols` was moved to `DiscussionApi`. It looks like that might result in an `AttributeError`.