Bug tracker

multiple languages shown for DIY Instructions (fix completed in vcs)

Code: Select all
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<?xml-stylesheet type="text/xsl" href="modx.prosilver.en.xsl"?>
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.0.xsd">
   <header>
      <title lang="en">Test MOD</title>
   </header>
   
   <action-group>
      <diy-instructions lang="en">Go to ACP -> Purge the cache.</diy-instructions>   
      <diy-instructions lang="pl">Idź do PA -> Wyczyść cache.</diy-instructions>   
   </action-group>
</mod>


With that, the DIY Instructions appear as follows:

Go to ACP -> Purge the cache.
Idź do PA -> Wyczyść cache.

It seems like only the DIY Instruction matching the language you've selected via the UCP ought to be shown?

Comments / History

Assigned ticket to user "A_Jelly_Doughnut"

Action performed by A_Jelly_Doughnut (MOD Team Member) on Sep 22nd 2008, 20:24

Changed ticket status from "New" to "Fix in progress"

Action performed by A_Jelly_Doughnut (MOD Team Member) on Oct 20th 2008, 20:29

Changed ticket status from "Fix in progress" to "Fix completed in SVN"

Action performed by A_Jelly_Doughnut (MOD Team Member) on Oct 27th 2008, 19:25

Ticket details