• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

allura


Commit MetaInfo

Revisión88641d90aee9620a249a152cc6030ee743fc63f8 (tree)
Tiempo2011-04-28 03:48:21
AutorRick Copeland <rcopeland@geek...>
CommiterRick Copeland

Log Message

[#1909] fis problem with updating project permissions

Signed-off-by: Rick Copeland <rcopeland@geek.net>

Cambiar Resumen

Diferencia incremental

--- a/Allura/allura/app.py
+++ b/Allura/allura/app.py
@@ -344,7 +344,7 @@ class DefaultAdminController(BaseController):
344344 group_ids = [ group_ids ]
345345 role_ids = map(ObjectId, group_ids + new_group_ids)
346346 self.app.config.acl += [
347- model.ACE.allow(r._id, perm) for r in role_ids]
347+ model.ACE.allow(r, perm) for r in role_ids]
348348 redirect(request.referer)
349349
350350 @event_handler('project_updated')