Forum

[Project'OR RIA v3....
 
Notifications
Retirer tout

[Project'OR RIA v3.4.4]Several identical rows in the CSV export on tickets

3 Posts
2 Utilisateurs
0 Reactions
6,037 Vu
(@campsy)
Posts: 23
Active Member
Début du sujet
 
[#1733]

Hello,

When using the function to export a CSV in the view tickets .

The resulting file contains all the tickets but they appear several times on different lines.

Database is correct , the problem only appears on the ticket created since the update that you select one or more projects.

Could you help me to solve this issue ?


 
Posté : 31 Mar AM 11:033
(@babynus)
Posts: 14952
Membre Admin
 

Could you check for duplicates in table workelement ?

Try

select refType, refId, count(*) from workelement group by refType, refId having count(*) >1;

If the query returns lines, then you have duplicates you should purge.


 
Posté : 31 Mar PM 15:033
(@campsy)
Posts: 23
Active Member
Début du sujet
 

Hello,

With the query , there actually has duplicate lines.

I will purge priority lines with realwork = 0 and done = 0 and 0 = idle

thanks


 
Posté : 31 Mar PM 18:033
Share:
Retour en haut