cloutierjo / newtonerp

Automatically exported from code.google.com/p/newtonerp
0 stars 0 forks source link

Bug dans le fichier GridViewer #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Apres avoir repris le projet au complet plusieurs fois je me rends compte
qu'il y a une problème dans le fichier GridViewer. Des erreurs de
compilation aux lignes suivantes : 

import newtonERP.viewers.viewerData.ListViewerData;

        if (gridData instanceof ListViewerData)
        html += getSpecificButton(gridData
            .getSpecificActionButtonList(),
            ((ListViewerData) gridData).getEntity().get(i));

ListViewerData n'est pas trouvé. C'est juste moi ou ben?

Original issue reported on code.google.com by jonathan...@gmail.com on 16 Nov 2009 at 3:35

GoogleCodeExporter commented 9 years ago
Apres investigation en effet ListViewerData n'existe plus et lorsque on 
remplace par
GridViewerData ca dit .getEntity() n'existe pas..é

Original comment by jonathan...@gmail.com on 16 Nov 2009 at 4:02

GoogleCodeExporter commented 9 years ago

Original comment by jonathan...@gmail.com on 16 Nov 2009 at 4:03

GoogleCodeExporter commented 9 years ago
non en fais c'est que ListViewerData n'existais pas encor c'est l'ancien 
entityList
que j'ai renommé mais étant donné que je ne pouvais pas tout commité je n'y 
est pas
pensé en corrigant le truc de style pour l'horaire, j'ai commité 
ListViewerData la
supression de entityList sera fais plustard, j'espere que sa ne causera pas de
probleme a toi de me le dire si oui je m'enrangerai pour stabilisé ma version 
et tou
commité

Original comment by djo0012@gmail.com on 16 Nov 2009 at 4:59

GoogleCodeExporter commented 9 years ago
bon je me suis fais un autre projet pour testé finalement il y avais quand 
meme des
probleme j'ai donc refait la modif et committé sa semble correct dans r968

Original comment by djo0012@gmail.com on 16 Nov 2009 at 5:15

GoogleCodeExporter commented 9 years ago

Original comment by djo0012@gmail.com on 16 Nov 2009 at 5:15

GoogleCodeExporter commented 9 years ago
Issue 19 has been merged into this issue.

Original comment by djo0012@gmail.com on 16 Nov 2009 at 5:16