Opened 14 years ago
Closed 14 years ago
#1501 closed defect (fixed)
Boolean parameters to the External program executor can't be selected with the link
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.16 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
- Create a configuration for the External program executor plug-in. It doesn't matter which export and import plug-in that is selected. Make sure that a
boolean
parameter is defined in the last step. - Now, go to an experiment and start a new job configuration. Select the configuration created in the first step. Select the boolean program parameter.
- The gui will display radio buttons with the
true
andfalse
linked. Clicking directly on the radio buttons work, but the links doesn't. Firefox logs the following javascript error:
Error: document.forms.configure.value_external is undefined Source File: javascript:document.forms['configure'].value_external.b1[1].click() Line: 1
The issue here is that the program executor gives the boolean parameter the name 'external.b1'.
Change History (2)
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [5396]) Fixes #1501: Boolean parameters to the External program executor can't be selected with the link