Skip to content

Fixes crash when processing suggest an article task

Larissa Reis requested to merge larissa/noosfero:suggest-article-crash into master
  • Removes an old line that was left behind during merge of support for different types of article. It was overriding the correct decision made by #article_type.

  • Defines SuggestArticle#author_name the same as the sender so noosfero task page doesn't crash in case the processing of the task throws an error, since it will try to show the author name in the task error page.

    Fixes #166 (closed)

Merge request reports