Bug #2612
RCP: 0.8.0, duplicated subcorpus CQP ID
Status: | New | Start date: | 08/22/2019 | ||
---|---|---|---|---|---|
Priority: | Urgent | Due date: | |||
Assignee: | - | % Done: | 80% |
||
Category: | Commands | Spent time: | - | ||
Target version: | TXM 0.8.0 |
Description
to reproduce the bug :
- run TXM
- create a subcorpus A > the generated ID is 'S1' quit TXM
- run TXM
- create a subcorpus A -> the generated ID is also 'S1'
Solution¶
prefix CQP ID with the current timestamp: "S1" -> "S123854354_1" with "123854354" the timestamp ( = System.currentMillisTime())
History
#1 Updated by Matthieu Decorde about 4 years ago
- % Done changed from 0 to 80