# |
Jun 7th 2016, 10:28 |
Anju |
Ah bah effectivement, sans le union ça fonctionne |
# |
Jun 7th 2016, 10:26 |
Anju |
J'essaie sans le union |
# |
Jun 7th 2016, 10:26 |
Anju |
Préciser le nom du model ne change rien |
# |
Jun 7th 2016, 10:25 |
GuillaumeP |
l'idée c'est de trouver ce qui bloque, tu peux toujours remettre ton Union après |
# |
Jun 7th 2016, 10:24 |
GuillaumeP |
<th><?= $this->Paginator->sort('Contributions.user_id', 'Contributeur') ?></th> // manquait le S |
# |
Jun 7th 2016, 10:24 |
GuillaumeP |
<th><?= $this->Paginator->sort('Contribution.user_id', 'Contributeur') ?></th> |
# |
Jun 7th 2016, 10:24 |
Anju |
Ok j'essaie |
# |
Jun 7th 2016, 10:24 |
GuillaumeP |
Précise le nom du model dans le tri |
# |
Jun 7th 2016, 10:24 |
Anju |
Je peux pas enlever le union, ça me casse tout mon tableau si je fais ça |
# |
Jun 7th 2016, 10:24 |
GuillaumeP |
ou alors |
# |
Jun 7th 2016, 10:24 |
GuillaumeP |
essaye |
# |
Jun 7th 2016, 10:24 |
Anju |
C'est à cause de ça ? |
# |
Jun 7th 2016, 10:24 |
GuillaumeP |
as tu tenté sans 'Union' |
# |
Jun 7th 2016, 10:24 |
Anju |
Oui |
# |
Jun 7th 2016, 10:23 |
GuillaumeP |
tu as plusieurs models liés |
# |
Jun 7th 2016, 10:21 |
Anju |
http://pastebin.com/rGNrcvc4 |
# |
Jun 7th 2016, 10:21 |
GuillaumeP |
fais voir ton action dans ton cntroller |
# |
Jun 7th 2016, 10:16 |
Anju |
Ca change rien |
# |
Jun 7th 2016, 10:15 |
Anju |
C'est ça |
# |
Jun 7th 2016, 10:15 |
Skeletyon |
Mais ca c'etait une autre histoire lol |
# |
Jun 7th 2016, 10:14 |
Anju |
Je vais essayer. Mais sur un autre tableau dans un autre controller j'avais pas eu besoin de le faire |
# |
Jun 7th 2016, 10:12 |
GuillaumeP |
il faut déclarer les colonnes qui servent pour le tri |
# |
Jun 7th 2016, 10:12 |
GuillaumeP |
http://book.cakephp.org/3.0/en/controllers/components/pagination.html#control-which-fields-used-for-ordering |
# |
Jun 7th 2016, 10:12 |
Anju |
Oui |
# |
Jun 7th 2016, 10:12 |
neb19 |
tu charges bien le PaginatorComponent ? |
# |
Jun 7th 2016, 10:11 |
Anju |
Qu'est-ce que tu appelles whitelisté ? |
# |
Jun 7th 2016, 10:11 |
GuillaumeP |
as tu whitelisté les colonnes qui servent pour ton tri / pagination |
# |
Jun 7th 2016, 10:10 |
Anju |
3 |
# |
Jun 7th 2016, 10:10 |
GuillaumeP |
Anju c'est Cake 2 ou 3 |
# |
Jun 7th 2016, 10:10 |
GuillaumeP |
Anju c'est Cake 2 ou " |
# |
Jun 7th 2016, 10:09 |
Anju |
Non ça ne fonctionne pas |
# |
Jun 7th 2016, 10:08 |
neb19 |
array('contain' => array('Users', 'AttenteThemes', 'Themes')) |
# |
Jun 7th 2016, 10:08 |
neb19 |
me suis trompé sur le array |
# |
Jun 7th 2016, 10:08 |
neb19 |
; |
# |
Jun 7th 2016, 10:08 |
neb19 |
) |
# |
Jun 7th 2016, 10:08 |
neb19 |
array('Users', 'AttenteThemes', 'Themes') |
# |
Jun 7th 2016, 10:08 |
neb19 |
$contributions, |
# |
Jun 7th 2016, 10:08 |
neb19 |
$this->Paginator->paginate( |
# |
Jun 7th 2016, 10:07 |
neb19 |
et si tu fais ca |
# |
Jun 7th 2016, 10:07 |
Anju |
Quand je clique sur le titre d'une colonne, j'ai pourtant l'impression que ça devrait fonctionner, parce que l'url change |
# |
Jun 7th 2016, 10:06 |
Anju |
Il me semblait pourtant que c'était le paginate qui s'occupait du tri par colonne, non ? |