Skip to content

Commit

Permalink
changed createJob method
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Jul 17, 2018
1 parent c4618ee commit 7aa0279
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ public class AdminPService {
*/
public ItemCollection createJob(ItemCollection adminp) throws AccessDeniedException {

// set default type
adminp.replaceItemValue("type", "job");

String jobtype = adminp.getItemValueString("job");

// generate new UniqueID...
Expand Down

0 comments on commit 7aa0279

Please sign in to comment.