You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This exception occurs if you change an option in the form and then directly paginate. If you load the page again and paginate, it is ok. But if you change another option and paginate, you get it again.
Open BE module
Change a setting, e.g. ASC to DESC and press "save"
Now paginate to next page >>.
#1298012500 TYPO3\CMS\Extbase\Mvc\Controller\Exception\RequiredArgumentMissingException
Required argument "options" is not set for HDNET\Calendarize\Controller\BackendController->option.
in /var/www/typo3neu.uni-oldenburg.de/htdocs/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 964
$argumentName = $argument->getName();
if ($this->request->hasArgument($argumentName)) {
$argument->setValue($this->request->getArgument($argumentName));
} elseif ($argument->isRequired()) {
throw new RequiredArgumentMissingException('Required argument "' . $argumentName . '" is not set for ' . $this->request->getControllerObjectName() . '->' . $this->request->getControllerActionName() . '.', 1298012500);
}
}
}
}
System
calendarize 9.0.0
TYPO3 10.4.14 (with Composer)
The text was updated successfully, but these errors were encountered:
okmiim
added a commit
to okmiim/calendarize
that referenced
this issue
Apr 17, 2021
Instead of using the be.widget.paginate, the new pagination API is used.
Additionally the option action is part of the list actions.
Related lochmueller#542Fixeslochmueller#535
Instead of using the be.widget.paginate, the events are now paginated
with the new pagination API.
Additionally the option action is now part of the list action.
Related lochmueller#542Fixeslochmueller#535
okmiim
added a commit
to okmiim/calendarize
that referenced
this issue
Apr 17, 2021
Instead of using the be.widget.paginate, the events are now paginated
with the new pagination API.
Additionally the option action is now part of the list action.
Related lochmueller#542Fixeslochmueller#535
This exception occurs if you change an option in the form and then directly paginate. If you load the page again and paginate, it is ok. But if you change another option and paginate, you get it again.
>>
.System
The text was updated successfully, but these errors were encountered: