?
avatar brianteeman
brianteeman
14 Mar 2021

Steps to reproduce the issue

In the new mail templates components that can be found on the system dashboard is a language filter

image

This shows all the available languages PLUS the special ALL language

The ALL should not be there because in this completely non-standard UI you can never have any mail template that is for the ALL language. It is not possible at all so the option to filter by it is pointless

avatar brianteeman brianteeman - open - 14 Mar 2021
avatar joomla-cms-bot joomla-cms-bot - change - 14 Mar 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 14 Mar 2021
avatar Megh05
Megh05 - comment - 14 Mar 2021

Steps to reproduce the issue

In the new mail templates components that can be found on the system dashboard is a language filter

image

This shows all the available languages PLUS the special ALL language

The ALL should not be there because in this completely non-standard UI you can never have any mail template that is for the ALL language. It is not possible at all so the option to filter by it is pointless

So all we have to do is to remove the ALL Language filter from the dropdown... Right?

avatar Megh05
Megh05 - comment - 14 Mar 2021

@brianteeman Sir can you please help me out by providing the name of the PHP file used. Thank You!

avatar infograf768
infograf768 - comment - 14 Mar 2021

I guess you can delete this line

			<option value="*">JALL</option> // Kill this line

in

<field
name="language"
type="contentlanguage"
label="JGRID_HEADING_LANGUAGE"
onchange="this.form.submit();"
>
<option value="">JOPTION_SELECT_LANGUAGE</option>
<option value="*">JALL</option>
</field>

avatar Megh05
Megh05 - comment - 14 Mar 2021

@infograf768 Thank You, Sir!

avatar rdeutz rdeutz - change - 14 Mar 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-03-14 11:50:12
Closed_By rdeutz
avatar rdeutz rdeutz - close - 14 Mar 2021
avatar rdeutz
rdeutz - comment - 14 Mar 2021

closing because we have a PR #32684

Add a Comment

Login with GitHub to post a comment