Bug #3303

Mis à jour par Serge Heiden il y a presque 3 ans

In the As of txm-bfm.huma-num.fr TXM portal 0.6.3 portal instance, the "properties" internal links parameter is mandatory in internal links for "Concordance", "Contexts", "Lexicon" and "Index" commands.

Example :

The following link does not work:

<pre><a class="command" command="lexicon" path="/GRAAL"></pre>
The following link works: does not work;
<pre><a class="command" command="lexicon" properties="word" path="/GRAAL"></pre>
works.


h3. Solution

*
The default property (word) must be used if the "properties" parameter attribute is absent in an internal link, absent, as this is the command must use the "word" word property by default (as case for external links behaviour);
* provide a
links.

A
way to express provide multiple word properties in values (e.g. "lemma, word") must be specified (why is the "properties" parameter (e.g. word property names separated by comma: "lemma,word")
** Warning: currently a
white space seems to be mandatory required after commas
*
the portal comma?)

Admin Manual must be updated to document the "properties" this parameter for internal links
*
and all the portal Admin Manual must be updated to document all other apparently parameters currently implemented parameters (see (nlinesperpage, contexts, references..., see the parent ticket: nlinesperpage, contexts, references...). ticket).

Retour