• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

allura


Commit MetaInfo

修订版5c3abfe15dae26be0644f0bc632522ebc397d5c5 (tree)
时间2010-08-27 04:20:14
作者Rick Copeland <rcopeland@geek...>
CommiterRick Copeland

Log Message

[#839] Fix 500 error in user project select

更改概述

差异

--- a/Allura/allura/lib/widgets/form_fields.py
+++ b/Allura/allura/lib/widgets/form_fields.py
@@ -80,6 +80,9 @@ class ProjectUserSelect(ew.InputField):
8080 self.value=[self.value]
8181 super(ProjectUserSelect, self).__init__(**kw)
8282
83+ def from_python(self, value, state=None):
84+ return value
85+
8386 def resources(self):
8487 for r in super(ProjectUserSelect, self).resources(): yield r
8588 yield ew.resource.CSSLink('css/autocomplete.css')