Changeset 7291


Ignore:
Timestamp:
Feb 10, 2017, 8:25:47 AM (6 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #2054: Description for a job is not saved

The input field was incorrectly names (job_description instead of description)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.10-stable/www/common/plugin/finish_job.jsp

    r6200 r7291  
    175175        <th>Job description</th>
    176176        <td>
    177           <textarea class="text" rows="4" name="job_description" id="job_description"
     177          <textarea class="text" rows="4" name="description" id="description"
    178178            ><%=HTML.encodeTags(job.getDescription())%></textarea>
    179179        </td>
    180180        <td style="width: 20px;">
    181           <base:zoom textarea="job_description" title="Job description" />
     181          <base:zoom textarea="description" title="Job description" />
    182182        </td>
    183183      </tr>
Note: See TracChangeset for help on using the changeset viewer.