[daisy] [JIRA] Updated: (DSY-307) language attribute isn't honored
inside navigation trees
Bruno Dumon (JIRA)
issues at cocoondev.org
Thu Jul 20 04:27:08 CDT 2006
[ http://issues.cocoondev.org//browse/DSY-307?page=all ]
Bruno Dumon updated DSY-307:
----------------------------
Fix Version: public - 1.5
The problem with the missing language parameter is fixed.
However, there's still another reason this won't work, namely because this way your navigation tree will contain two nodes with the same ID. This could possibly be fixed by taking the branch and language into account when checking if IDs match. Will think a bit about it and fix later.
> language attribute isn't honored inside navigation trees
> --------------------------------------------------------
>
> Key: DSY-307
> URL: http://issues.cocoondev.org//browse/DSY-307
> Project: Daisy
> Type: Bug
> Components: Frontend (wiki)
> Versions: public - 1.5
> Environment: 1.5-M2
> Reporter: Andreas Deininger
> Priority: Minor
> Fix For: public - 1.5
>
> Use something like
> <d:group label="My Group">
> <d:doc id="551" label="german version"/>
> <d:doc id="551" language="en" label="english version"/>
> </d:group>
> inside your navigation tree. You won't be able invoke the English version of document 551 since the language attribute is ignored. Also, if you use a link to the english variant somewhere inside a document, it leads to an error (the navigation based link leads to inifinite recursion).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the daisy
mailing list