#11618 closed defect (fixed)
Manage Repositories page has `readonly="True"` attribute for repository defined in trac.ini
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 0.12.6 |
Component: | version control | Version: | 0.12.5 |
Severity: | minor | Keywords: | |
Cc: | Ryan J Ollos | Branch: | |
Release Notes: |
Fix malformed |
||
API Changes: | |||
Internal Changes: |
Description
Manage Repositories page has readonly="True"
attribute for repository defined in trac.ini.
I think it must be readonly="readonly"
.
<div class="field"> <label>Name:<br /><input type="text" name="name" class="trac-autofocus" value="" readonly="True" /></label> </div> ... <div class="field"> <label>Directory:<br /><input type="text" name="dir" size="48" value="/var/svn/trac" readonly="True" /></label> </div>
Attachments (0)
Change History (4)
comment:2 by , 11 years ago
Milestone: | next-minor-0.12.x → 0.12.6 |
---|---|
Owner: | set to |
Status: | new → assigned |
Thanks for the information. I noticed milestone admin in Trac 0.12 has the same issue and has been fixed in 1.0-stable on #11069 while working this issue.
Proposed changes in jomae.git@t11618_0.12 included fixes for milestone admin and jomae.git@t11618.
comment:3 by , 11 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:4 by , 11 years ago
Sorry, I just messed up in the changesets. Fixed in [12809-12811], again.
Just for reference, we encountered the issue previously in #11069 / [12026]. It looks like the issue should be fixed (genshi:#570) for Genshi 0.6.2 / 0.7.1, but we'll need the workaround for now.