Fedir Zinchuk

Results 332 comments of Fedir Zinchuk

@SniperSister please have a look also this one. In combination with https://github.com/joomla/joomla-cms/pull/45542 it should be a bigger improvement in performance for the Content component for large sites.

That is expected behavior, kind of. With default value you will be unable to save unchecked checkbox, because the default value will be taken. I would suggest to use Radio...

hm, okay last change in this field was https://github.com/joomla/joomla-cms/pull/37174 not really see how it may affect

As far as I understood it happen because by default allowCache is false in `AbstractWebApplication` https://github.com/joomla-framework/application/blob/3ab2450f712136f1893337a38bb4c4f951cc853b/src/AbstractWebApplication.php#L93 And so the response sent with `no-store` https://github.com/joomla-framework/application/blob/3ab2450f712136f1893337a38bb4c4f951cc853b/src/AbstractWebApplication.php#L373-L384 I think we can allow cache...

> Do you think that there is a strong reason to keep no-store in that condition? Yes, for redirects and for administrator area where cache can hurt user experience in...

I made PR to allow cache for Content views https://github.com/joomla/joomla-cms/pull/46486 When it is okay then we can also enable it for other components. Do not close this issue for now.

> If Branches is deleted, doesn’t exist, or is unpublished, the cuisines field is currently still shown. That’s incorrect, because the showon condition can’t be met in that case. The...

Your changes break possibility to set height per editor, when the form have multiple editors: ```xml ``` First field should be 200 by height and second field should be "plugin...

> When should the values from the plugin settings be respected? The priorities is following: 1) the field attribute 2) the plugin parameters But because of https://github.com/joomla/joomla-cms/issues/46320#issuecomment-3418422101 the plugin never...