Bug #1605
GWT: ergonomy problem with synoptic editions
Status: | New | Start date: | 12/08/2015 | ||
---|---|---|---|---|---|
Priority: | High | Due date: | |||
Assignee: | Serge Heiden | % Done: | 50% |
||
Category: | UI / Ergonomy | Spent time: | - | ||
Target version: | Portal 0.6.3 |
Description
1) the selected editions are reset each time we open a text from the texts tab.
2) each time we change the selected editions, the text and page are lost and reset to the first page of the first text
Tmp workaround is to define some links to the edition and put it in an HTML page as home.jsp or the home page of the corpora.
e.g.:
http://portal.xxxxx.com/portal_path/?command=edition&path=/CORPUSANAME&textid=a_text&editions=edition1,edition2,edition3
(direct link that reload the entire portal, useful for external access)
or:
<a class="command" command="edition" path="/CORPUSNAME" editions="edition1,edition2,edition3" textid="a_text">Edition</a>
(internal command link)
See: https://svn.code.sf.net/p/txm/code/trunk/doc/admin%20manuals/Manuel%20du%20portail%20TXM%200.6.1%20-%20admin.pdf sections 1.7 to 1.9 for documentation.
History
#1 Updated by Sebastien Jacquot about 5 years ago
- Description updated (diff)
#2 Updated by Sebastien Jacquot about 5 years ago
Anyone could provide a link to the doc for these direct access commands ?
#3 Updated by Alexey Lavrentev about 5 years ago
See the Manuel du portail TXM 0.6.1 - admin sections 1.7 to 1.9
#5 Updated by Matthieu Decorde over 4 years ago
- Target version changed from Portal 0.7 to Portal 0.6.2
#6 Updated by Matthieu Decorde 8 months ago
- Target version changed from Portal 0.6.2 to Portal 0.7
#7 Updated by Serge Heiden 5 months ago
- Target version changed from Portal 0.7 to Portal 0.6.3
#8 Updated by Matthieu Decorde 3 months ago
- % Done changed from 0 to 50
2) is fixed
is 1) fixed if the multi default edition works ?