Feature #2202
Add the possiblity to define the synoptic editions columns order
Status: | New | Start date: | 05/18/2017 | ||
---|---|---|---|---|---|
Priority: | High | Due date: | |||
Assignee: | - | % Done: | 80% |
||
Category: | Edition | Spent time: | - | ||
Target version: | Portal 0.6.3 |
Description
Add the possibility to define the synoptic editions columns order
Solution¶
Document somewhere:- the default editions (and their order) can be set in the "import.xml" file in the "editions@default" attribute (comma separated edition names, e.g "courante,ms-colonne")
- the available editions order can also be changed in the "import.xml" file in the "editions" sub-elements ("edition")
GRAAL corpus configuration:
<editions default="courante,ms-colonne"> <edition mode="groovy" name="fac-similaire" script="org.txm.importer.xml/pager.groovy"/> <edition mode="groovy" name="courante" script="org.txm.importer.xml/pager.groovy"/> <edition mode="groovy" name="diplomatique" script="org.txm.importer.xml/pager.groovy"/> <edition mode="groovy" name="traduction" script="org.txm.importer.xml/pager.groovy"/> <edition mode="groovy" name="ms-colonne" script="org.txm.importer.xml/pager.groovy"/> <edition mode="groovy" name="ms-page" script="org.txm.importer.xml/pager.groovy"/> </editions>
History
#1 Updated by Matthieu Decorde 8 months ago
- Target version changed from Portal 0.6.2 to Portal 0.7
#2 Updated by Serge Heiden 5 months ago
- Target version changed from Portal 0.7 to Portal 0.6.3
#3 Updated by Serge Heiden 5 months ago
- Priority changed from Normal to High
#4 Updated by Matthieu Decorde 5 months ago
- Description updated (diff)
- % Done changed from 0 to 20