Fedir Zinchuk

Results 334 comments of Fedir Zinchuk

> what I am not sure of yet is if the ui supports the correct start of the week for that local. Should work. And depend from User OS configuration.

Can you maybe also add other Content elements? https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements#content_sectioning

@drmenzelit The module Articles bypasses `populateState` of the `ArticlesModel` because of `['ignore_request' => true]`, and so it does not do any extra filtering on its own In the module you...

> I expected that as (in my test) the user is an author and they have edit own rights that I would be able to see articles I have created...

@romeolandry please provide more information. What error occur? How did you create subform, using Content Custom field or with XML in your extension? With the fields example.

It different: - https://github.com/joomla/joomla-cms/issues/42283 about `title` field - https://github.com/joomla/joomla-cms/issues/42671 about `name` field However both for the same `#__assets` table

I can guess it was made to save memory, or speed up query, or something like that. Because this table is extensively in use. I had this isue in past...

Yeah. The script for dropdown comes from Choices.js https://github.com/Choices-js/Choices And the issue you found, also belong to them. You can try to report the issue there. I would close current...

Thanks for finding. Just add it here https://github.com/joomla/joomla-cms/blob/cba319dedc2bcac13c6e5808d514f4bfb2a1d6ed/build/media_source/system/js/fields/joomla-field-fancy-select.w-c.es6.js#L125-L144 ``` renderSelectedChoices: 'always', ``` It will be fine as default. As long as it is not selectable after initial selection. No need...