No Code Attached Yet Information Required bug
avatar rolandalsace
rolandalsace
2 Jun 2023

Steps to reproduce the issue

When called in a fields group a showon wich call over this group don't run
In J3 it was correct

Exemple :
<field
name="chrono_live"
type="radio"
class="btn-group btn-group-yesno"
label="COM_GSKIEPREUVES_CHRONOLIVE_LABEL"
description="COM_GSKIEPREUVES_CHRONOLIVE_DESC"
value="1"
default="0"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>

		<fields name="chrono_params" > 
			<field 
				name="live_typeclt" 
				type="list" 
				default="off" 
				class="grp-chrono-live"
				id="live_typeclt"  
				label="COM_GSKIEPREUVES_CHRONOLIVE_TYPECLT_LABEL" 
				description="COM_GSKIEPREUVES_CHRONOLIVE_TYPECLT_DESC"
				showon="chrono_live:1"
				>
  				<option value="off">COM_GSKIEPREUVES_CHRONOLIVE_TYPECLT_OPTION_OFF</option>
  				<option value="mch">COM_GSKIEPREUVES_CHRONOLIVE_TYPECLT_OPTION_MCH</option>
			</field>
			
		</fields>
		<field 
			name="chrono_live_info"
			type="note"
			class="grp-chrono-live alert alert-info" 
			label="COM_GSKIEPREUVES_CHRONOLIVEINFO_LABEL" 
			description="COM_GSKIEPREUVES_CHRONOLIVEINFO_DESC"
			showon="chrono_live:1"
		 />

The showon of named fiel live_typeclt don't run.

avatar rolandalsace rolandalsace - open - 2 Jun 2023
avatar rolandalsace rolandalsace - change - 2 Jun 2023
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 2 Jun 2023
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 2 Jun 2023
avatar Hackwar Hackwar - change - 24 Aug 2023
Labels Added: bug
avatar Hackwar Hackwar - labeled - 24 Aug 2023
avatar Hackwar Hackwar - change - 25 Aug 2023
Labels Added: PBF
avatar Hackwar Hackwar - labeled - 25 Aug 2023
avatar brianteeman brianteeman - change - 1 Sep 2023
Labels Removed: PBF
avatar brianteeman brianteeman - unlabeled - 1 Sep 2023
avatar brianteeman
brianteeman - comment - 22 Jul 2024

Is this still an issue. There have been a lot of bug fixes to showon since your report

avatar Quy Quy - change - 22 Jul 2024
Labels Added: Information Required
avatar Quy Quy - labeled - 22 Jul 2024
avatar Quy Quy - change - 27 Jul 2024
Status New Closed
Closed_Date 0000-00-00 00:00:00 2024-07-27 01:00:19
Closed_By Quy
avatar Quy Quy - close - 27 Jul 2024

Add a Comment

Login with GitHub to post a comment