Edgewall Software

Opened 10 years ago

Last modified 10 years ago

#11618 closed defect

Manage Repositories page has `readonly="True"` attribute for repository defined in trac.ini — at Initial Version

Reported by: Jun Omae Owned by:
Priority: normal Milestone: 0.12.6
Component: version control Version: 0.12.5
Severity: minor Keywords:
Cc: Ryan J Ollos Branch:
Release Notes:
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>

Change History (0)

Note: See TracTickets for help on using tickets.