Index: HardwareModel.java =================================================================== --- HardwareModel.java (revision 632358) +++ HardwareModel.java (working copy) @@ -6,9 +6,9 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at -* +* * http://www.apache.org/licenses/LICENSE-2.0 -* +* * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -69,6 +69,7 @@ } else { throw new AuthorizationException("User " + u.getName() + " Not allowed to " + f.getName()); } + jp.setOptions(opts.toString()); jp.setState(State.COMPLETE); JobPool.update(jp); } @@ -81,6 +82,7 @@ } else { throw new AuthorizationException("User " + u.getName() + " Not allowed to " + f.getName()); } + jp.setOptions(h.getName()); jp.setState(State.COMPLETE); JobPool.update(jp); }