|  | 
| Back
Midas
Rome
Roody
Rootana | 
| 
| Midas DAQ System | Not logged in |  |  | 
|
| 
|  14 Jan 2019, Becky Chislett, Bug Report, Custom script with new MIDAS |  |  18 Jan 2019, Konstantin Olchanski, Bug Report, Custom script with new MIDAS |  |  22 Jan 2019, Stefan Ritt, Bug Report, Custom script with new MIDAS |  |  24 Jan 2019, Konstantin Olchanski, Bug Report, Custom script with new MIDAS |  | 
| 
| Message ID: 1440
    Entry time: 22 Jan 2019
    In reply to: 1436 |  | | Author: | Stefan Ritt |  | Topic: | Bug Report |  | Subject: | Custom script with new MIDAS | 
 |  | 
| I just check that feature and found it's still working as expected. 
On trap I fell in was that a custom page needs the <input type=submit ...> to be imbedded into a pair of 
<form>
  ...
</form>
tags in order to work. Otherwise the browser will not execute the submit request. Has nothing to do with midas.
There was a small bug that after executing such a script, the URL was set to http://<host>/CS which is non-existent, 
so I fixed that to redirect to the page which called the script. Submitted to develop branch. |