No Code Attached Yet
avatar hytsch
hytsch
15 Oct 2022

What needs to be fixed

We have a custom field calendar in subforms, repeatable. Unfortunately, the display in the admin is poor: the data picker creates a scroll bar, and yet it is not visible.

image

Why this should be fixed

A calendar filter cannot be used in its current state.

How would you fix it

Admin Template CSS

Side Effects expected

avatar hytsch hytsch - open - 15 Oct 2022
avatar joomla-cms-bot joomla-cms-bot - change - 15 Oct 2022
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 15 Oct 2022
avatar Fedik
Fedik - comment - 16 Oct 2022

Use non-table layout for subform
joomla.form.field.subform.repeatable instead of joomla.form.field.subform.repeatable-table

avatar crystalenka
crystalenka - comment - 18 Oct 2022

@Fedik , there's no way to select that in subform custom fields, it's automatic.

I have come across this issue too. Duplicate of #38443

Frustrating because it's a bootstrap issue which they probably will not solve. :/

avatar Fedik
Fedik - comment - 18 Oct 2022

hmhm you are right, there no such option for Custom field, unfortunately.
But in general it supported by subform field.

Need to add it, similar to list Custom field

<fieldset name="formoptions">
<field
name="form_layout"
type="list"
label="COM_FIELDS_FIELD_FORM_LAYOUT_LABEL"
class="form-select"
>
<option value="joomla.form.field.list">JDEFAULT</option>
<option value="joomla.form.field.list-fancy-select">PLG_FIELDS_LIST_PARAMS_FORM_LAYOUT_FANCY_SELECT</option>
</field>
</fieldset>

avatar crystalenka
crystalenka - comment - 19 Oct 2022

Yes, we need to add that too, but it covers up the symptom, not the problem.

I guess we may need to use our own solution for responsive tables in order to fix this but is that possible without a B/C break?

avatar brianteeman
brianteeman - comment - 19 Oct 2022
avatar richard67
richard67 - comment - 27 Oct 2022

I have come across this issue too. Duplicate of #38443

So either we have to close this issue here with reference to #38443 , or vice versa, close that other one and leave this here open.

So we have to decide which one we close and in which other one we continue the discussion.

@crystalenka What's your preference? Continue here? Or continue with your issue?

avatar crystalenka
crystalenka - comment - 28 Oct 2022

So either we have to close this issue here with reference to #38443 , or vice versa, close that other one and leave this here open.

So we have to decide which one we close and in which other one we continue the discussion.

@crystalenka What's your preference? Continue here? Or continue with your issue?

Let's close this one and continue in mine, just because mine has a little more context with the source of the problem.

avatar richard67 richard67 - change - 28 Oct 2022
Status New Closed
Closed_Date 0000-00-00 00:00:00 2022-10-28 18:54:40
Closed_By richard67
avatar richard67 richard67 - close - 28 Oct 2022
avatar richard67
richard67 - comment - 28 Oct 2022

Closing as duplicate report. Let‘s continue in issue #38443 .

Add a Comment

Login with GitHub to post a comment