Skip to content

Commit

Permalink
issue imixs#399
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Jul 17, 2018
1 parent 7aa0279 commit 7e59473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public class AdminPService {
public ItemCollection createJob(ItemCollection adminp) throws AccessDeniedException {

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

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

Expand Down

0 comments on commit 7e59473

Please sign in to comment.