• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

allura


Commit MetaInfo

修訂aa88eba7efeebb6b9f55c9a8a19b06c37d10e210 (tree)
時間2012-07-07 05:48:08
作者bolkimen <bolkimen@yaho...>
CommiterCory Johns

Log Message

[#3892] ticket:80 add break to migrate loop(bugfix)

Change Summary

差異

--- a/scripts/migrations/025-change-ticket-write-permissions.py
+++ b/scripts/migrations/025-change-ticket-write-permissions.py
@@ -26,6 +26,7 @@ def main():
2626 a.acl.append(M.ACE.allow(a.acl[i].role_id, 'update'))
2727 a.acl.append(M.ACE.allow(a.acl[i].role_id, 'create'))
2828 is_deleted = True
29+ break
2930
3031 ThreadLocalORMSession.flush_all()
3132