Skip to content
Snippets Groups Projects

Fixes #20363: Form Load on 'new' - missing r.

Merged Carsten Rose requested to merge B20363-missing-r-cr into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -1871,7 +1871,7 @@ class QuickFormQuery {
switch ($permitMode) {
case FORM_PERMISSION_SIP:
if (!$sipFound || $formNameFoundInStore !== STORE_SIP || $recordIdFoundInStore !== STORE_SIP) {
if (!$sipFound || $formNameFoundInStore === STORE_CLIENT || $recordIdFoundInStore === STORE_CLIENT) {
throw new \UserFormException("SIP Parameter needed for this form.", ERROR_SIP_NEEDED_FOR_THIS_FORM);
}
break;
Loading