diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index c33330f7a..a7d0820f6 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -14,6 +14,7 @@ - fix: captcha image is blank (Martink Kamerbeek / Procolix) - fix: Pagination of search results does not work (Martin Kamerbeek / Procolix) - fix: Workflow Commit with approval Error (Martin Kamerbeek / Procolix) + - fix: Incorrect method call in Auth.pm 6.99.3 diff --git a/lib/WebGUI/Auth.pm b/lib/WebGUI/Auth.pm index 3f22f6264..7af98ca17 100644 --- a/lib/WebGUI/Auth.pm +++ b/lib/WebGUI/Auth.pm @@ -248,7 +248,7 @@ sub createAccountSave { workflowId=>$self->session->setting->get("runOnRegistration"), methodName=>"new", className=>"WebGUI::User", - parameters=>$self->session->userId, + parameters=>$self->session->user->userId, priority=>1 }); } diff --git a/lib/WebGUI/Help/Asset_DataForm.pm b/lib/WebGUI/Help/Asset_DataForm.pm index 3e8da81f6..15e111b95 100644 --- a/lib/WebGUI/Help/Asset_DataForm.pm +++ b/lib/WebGUI/Help/Asset_DataForm.pm @@ -352,9 +352,6 @@ our $HELP = { } ] }, - { - 'name' => undef - }, { 'required' => 1, 'name' => 'form.send'