Bug 440180 - Adding a plugin to a build job which contains file upload button restricts user to rename the build job
Summary: Adding a plugin to a build job which contains file upload button restricts us...
Status: NEW
Alias: None
Product: Hudson
Classification: Technology
Component: Plugins (show other bugs)
Version: 3.1.2   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Winston Prakash CLA
QA Contact: Geoff Waymark CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-23 02:45 EDT by Manoj Pattanaik CLA
Modified: 2014-08-06 04:52 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manoj Pattanaik CLA 2014-07-23 02:45:37 EDT
I am developing a plugin to which I added a file upload button as shown below:

<f:entry>
<input type="file" size="40" jsonAware="yes"/>
</f:entry>

The file upload button works fine as expected. 
The problem is when I add this plugin to a build job, I am not able to rename the build job. Removing the plugin from the build job only allows me to rename the build job. Alternatively if I remove the file upload button from the plugin then renaming the build job works fine.
Comment 1 Winston Prakash CLA 2014-08-01 15:05:37 EDT
What error do you get?
Comment 2 Manoj Pattanaik CLA 2014-08-06 04:32:46 EDT
There is no error on screen or on log but the build job name does not change.