# |
Apr 27th 2019, 09:15 |
om.axisweb |
how to get session value in helper ? |
# |
Apr 27th 2019, 07:08 |
admad |
For anyone trying out Cake 4 ^ |
# |
Apr 27th 2019, 07:08 |
admad |
https://gist.github.com/ADmad/40455bdbdd4021d9901ea315cdee9226 |
# |
Apr 26th 2019, 20:37 |
itmpls |
is there a way to apply a conditional to '->add' for validation for only when it's present, without relying on notEmpty methods? |
# |
Apr 26th 2019, 18:38 |
ricksaccous |
and see if it works |
# |
Apr 26th 2019, 18:38 |
ricksaccous |
i'd test it without using the finder |
# |
Apr 26th 2019, 18:38 |
ricksaccous |
seems strange sortWhitelist doesn't work |
# |
Apr 26th 2019, 18:37 |
ricksaccous |
oh i see |
# |
Apr 26th 2019, 18:24 |
jnguyen |
I had to check to be sure |
# |
Apr 26th 2019, 18:24 |
jnguyen |
the finder is using a contain |
# |
Apr 26th 2019, 18:24 |
jnguyen |
sorry the assocations were already defined lol |
# |
Apr 26th 2019, 18:23 |
jnguyen |
ah you know what I lied |
# |
Apr 26th 2019, 18:21 |
ricksaccous |
is the association that hard to define without a finder? |
# |
Apr 26th 2019, 18:21 |
ricksaccous |
i've gotten it wrong a couple times |
# |
Apr 26th 2019, 18:21 |
ricksaccous |
also make sure you have sortWhitelist capitalized correctly and everything |
# |
Apr 26th 2019, 18:20 |
ricksaccous |
sounds like a bad idea tbh |
# |
Apr 26th 2019, 18:20 |
jnguyen |
take out sortwhitelist and check the request query for the sort and direction values |
# |
Apr 26th 2019, 18:19 |
jnguyen |
can I just use order instead? |
# |
Apr 26th 2019, 18:18 |
jnguyen |
hm |
# |
Apr 26th 2019, 18:18 |
ricksaccous |
lol |
# |
Apr 26th 2019, 18:18 |
ricksaccous |
yeah the actual associations |
# |
Apr 26th 2019, 18:18 |
jnguyen |
oh you mean the actual associations |
# |
Apr 26th 2019, 18:18 |
ricksaccous |
just paste your code |
# |
Apr 26th 2019, 18:18 |
ricksaccous |
no that's not what i meant |
# |
Apr 26th 2019, 18:17 |
jnguyen |
? |
# |
Apr 26th 2019, 18:17 |
jnguyen |
the pagination component |
# |
Apr 26th 2019, 18:17 |
ricksaccous |
it has a conditions option |
# |
Apr 26th 2019, 18:17 |
ricksaccous |
without using a finder |
# |
Apr 26th 2019, 18:17 |
ricksaccous |
you could use conditions to define the association |
# |
Apr 26th 2019, 18:17 |
jnguyen |
bascially to filter out some data |
# |
Apr 26th 2019, 18:16 |
jnguyen |
yeah |
# |
Apr 26th 2019, 18:16 |
ricksaccous |
are you using a finder because there are conditions? |
# |
Apr 26th 2019, 18:16 |
jnguyen |
hmmm |
# |
Apr 26th 2019, 18:16 |
ricksaccous |
do a join instead? |
# |
Apr 26th 2019, 18:16 |
jnguyen |
is there* |
# |
Apr 26th 2019, 18:16 |
jnguyen |
is any work around? |
# |
Apr 26th 2019, 18:15 |
jnguyen |
ah ok |
# |
Apr 26th 2019, 18:15 |
ricksaccous |
okay yeah i think that's where the problem is |
# |
Apr 26th 2019, 18:15 |
jnguyen |
yes |
# |
Apr 26th 2019, 18:15 |
ricksaccous |
@jnguyen? |
# |
Apr 26th 2019, 18:14 |
ricksaccous |
is the custom finder being used to define an association in this case? |