Fedir Zinchuk

Results 332 comments of Fedir Zinchuk

There some issue with test, I think. But not related to changes in this PR. From screenshot it is clear that the categories are there, but the Test does not...

I see. Thanks for checking. To me it is a bug in data handling by the "list" custom field. The data should be filtered instead of blind cast to array....

I have update the code. Now it is configurable, and disabled by default. Testing component also updated.

When developer want to submit and save empty value. Because browser does not submit any value for these cases. Check the component I made for testing, try edit `administrator/forms/item.xml` and...

You should not enable it for everything, only when it realy need

Enable it for Menu select, that should be enough. For fields like State, Language etc. it does not make sense to use it. > Only applying the layout to some...

I have updated test instruction, old one was more for 5.x.

Error reaporting should be set to Maximum. To be able to see messages about deprections.

Something is hidding the PHP message then. Can also try like: ```php error_reporting(E_ALL); ini_set('display_errors', 'On'); $name = uniqid(); // Imitating a new content type name, can be any string var_dump(Joomla\Component\Finder\Administrator\Indexer\Helper::addContentType($name));...

I have no idea then. I can clearly see it on my PHP 8.1