• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


コミットメタ情報

リビジョンfc22a3c9468ba358d4da568c9b746c620b5c7da3 (tree)
日時2010-04-09 03:24:23
作者Jonathan T. Beard <jbeard@geek...>
コミッターJonathan T. Beard

ログメッセージ

[#205] Should correct error in ticket creation

変更サマリ

差分

--- a/pyforge/pyforge/model/notification.py
+++ b/pyforge/pyforge/model/notification.py
@@ -181,7 +181,7 @@ class Subscriptions(MappedClass):
181181 artifact_index_id = None
182182 new_subs = []
183183 for s in self.subscriptions:
184- if (s.artifact_index_id == artifact_index_id
184+ if (s['artifact_index_id'] == artifact_index_id
185185 and s.topic == topic):
186186 return True
187187 return False