No Code Attached Yet Guided Tours
avatar brianteeman
brianteeman
19 Aug 2025

There is an empty publishing tab in the edit tour page. Is something supposed to be there or should the entire tab be removed

Image
avatar brianteeman brianteeman - open - 19 Aug 2025
avatar joomla-cms-bot joomla-cms-bot - change - 19 Aug 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 19 Aug 2025
avatar obuisard
obuisard - comment - 19 Aug 2025

Yes, it should be populated.
You can compare tours with the latest 5.x. We should have this:

Image

Something went wrong in 6.0

avatar obuisard
obuisard - comment - 19 Aug 2025

Same with steps btw

avatar obuisard obuisard - change - 19 Aug 2025
Labels Added: Guided Tours
avatar obuisard obuisard - labeled - 19 Aug 2025
avatar brianteeman brianteeman - change - 19 Aug 2025
Title
Guided Tours Publishing
[6.0] Guided Tours Publishing tab missing
avatar brianteeman brianteeman - edited - 19 Aug 2025
avatar brianteeman brianteeman - change - 19 Aug 2025
The description was changed
avatar brianteeman brianteeman - edited - 19 Aug 2025
avatar brianteeman brianteeman - change - 19 Aug 2025
Title
[6.0] Guided Tours Publishing tab missing
[6.0] Guided Tours/Steps Publishing tab missing
avatar brianteeman brianteeman - edited - 19 Aug 2025
avatar brianteeman
brianteeman - comment - 19 Aug 2025

Thanks for confirming its a bug

avatar obuisard
obuisard - comment - 19 Aug 2025

Thanks for confirming its a bug

Glad you noticed it, we hadn't.

avatar brianteeman brianteeman - change - 19 Aug 2025
Title
[6.0] Guided Tours/Steps Publishing tab missing
[5.4] Guided Tours/Steps Publishing tab missing
avatar brianteeman brianteeman - edited - 19 Aug 2025
avatar brianteeman
brianteeman - comment - 19 Aug 2025

the same problem in 5.4

avatar brianteeman
brianteeman - comment - 19 Aug 2025

It can be fixed by specifying the fields here

BUT that wouldnt explain why it works currently in 5.3 as it is AND without knowing that we dont have anyway to know if this is a general problem that could effect all components

avatar heelc29
heelc29 - comment - 19 Aug 2025

Its caused by my PR #45702
Image

In com_fields the $this->fields variable is set to null -> this is working

<?php $this->fields = [
[
'published',
'state',
'enabled',
],
'access',
'language',
'note',
]; ?>
<?php echo LayoutHelper::render('joomla.edit.global', $this); ?>
<?php $this->fields = null; ?>

avatar brianteeman
brianteeman - comment - 19 Aug 2025

thats a nasty b/c break - not just for core but for all extensions

b/c breaking changes should not happen in a minor release and the offending pr should be reverted

avatar brianteeman brianteeman - change - 19 Aug 2025
Status New Closed
Closed_Date 0000-00-00 00:00:00 2025-08-19 16:57:30
Closed_By brianteeman
avatar brianteeman brianteeman - close - 19 Aug 2025
avatar brianteeman
brianteeman - comment - 19 Aug 2025

PR created to revert this breaking change #45940

Add a Comment

Login with GitHub to post a comment