Feature #2202
Add the possiblity to define the synoptic editions columns order
| Statut: | Closed | Début: | 18/05/2017 | |
|---|---|---|---|---|
| Priorité: | High | Echéance: | ||
| Assigné à: | - | % réalisé: | 100% |
|
| Catégorie: | Edition | Temps passé: | - | |
| Version cible: | 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>
Historique
#1 Mis à jour par Matthieu Decorde il y a plus de 5 ans
- Version cible changé de Portal 0.6.2 à Portal 0.7
#2 Mis à jour par Serge Heiden il y a environ 5 ans
- Version cible changé de Portal 0.7 à Portal 0.6.3
#3 Mis à jour par Serge Heiden il y a environ 5 ans
- Priorité changé de Normal à High
#4 Mis à jour par Matthieu Decorde il y a environ 5 ans
- Description mis à jour (diff)
- % réalisé changé de 0 à 20
#5 Mis à jour par Matthieu Decorde il y a presque 5 ans
- % réalisé changé de 20 à 80
fixed and tested locally
#6 Mis à jour par Sebastien Jacquot il y a plus d'un an
- Statut changé de New à Closed
- % réalisé changé de 80 à 100