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
Which operating systems have you tested for this bug?
Windows, Linux
Which server did you use?
apache
Database
mariaDB
What happened?
'toolbar' => ['except' => 'api/*'],
this part is not working for required filter as far as I tried it...
as i tried to move the toolbar to the global it worked again...
maybe add in the documantation or make it usable in all filter
Steps to Reproduce
just make this in the required filters: 'toolbar' => ['except' => 'api/*'],
and there will be error
Expected Output
the toolbar not running in the api controller
Anything else?
No response
The text was updated successfully, but these errors were encountered:
inuryuutarou
added
the
bug
Verified issues on the current code behavior or pull requests that will fix them
label
Jan 17, 2025
PHP Version
8.3
CodeIgniter4 Version
4.5.7
CodeIgniter4 Installation Method
Manual (zip or tar.gz)
Which operating systems have you tested for this bug?
Windows, Linux
Which server did you use?
apache
Database
mariaDB
What happened?
'toolbar' => ['except' => 'api/*'],
this part is not working for required filter as far as I tried it...
as i tried to move the toolbar to the global it worked again...
maybe add in the documantation or make it usable in all filter
Steps to Reproduce
just make this in the required filters:
'toolbar' => ['except' => 'api/*'],
and there will be error
Expected Output
the toolbar not running in the api controller
Anything else?
No response
The text was updated successfully, but these errors were encountered: