# |
Aug 27th 2019, 16:09 |
ricksaccous |
you could always just set it dirty afterwards, but that's kind of a dirty solution |
# |
Aug 27th 2019, 16:09 |
ricksaccous |
it's just not dirty |
# |
Aug 27th 2019, 16:09 |
ricksaccous |
in patchEntity, actually you already said it's getting patched |
# |
Aug 27th 2019, 16:09 |
neon1024 |
@ricksaccous Plus, the book states this exact scenario works |
# |
Aug 27th 2019, 16:09 |
ricksaccous |
are you putting _joinData in associated |
# |
Aug 27th 2019, 16:09 |
ricksaccous |
oh ok |
# |
Aug 27th 2019, 16:08 |
neon1024 |
Because I have already built the entire front-end |
# |
Aug 27th 2019, 16:07 |
ricksaccous |
@neon1024 why not just save directly on the middle table, as a has many |
# |
Aug 27th 2019, 16:07 |
alexdd55976 |
i expected to see false and null in the array... thats it |
# |
Aug 27th 2019, 16:07 |
admad |
@alexdd55976 so? |
# |
Aug 27th 2019, 16:06 |
ricksaccous |
my bad |
# |
Aug 27th 2019, 16:06 |
ricksaccous |
_ids |
# |
Aug 27th 2019, 16:06 |
ricksaccous |
you want join data so you can't save with ids |
# |
Aug 27th 2019, 16:06 |
ricksaccous |
oh |
# |
Aug 27th 2019, 16:06 |
ricksaccous |
i think normally you'd save with _ids so you aren't doing things conventionally |
# |
Aug 27th 2019, 16:04 |
neon1024 |
`public '[dirty]' => array (size=0)` :,( |
# |
Aug 27th 2019, 16:02 |
neon1024 |
Ah my join data has no id’s perhaps thats it |
# |
Aug 27th 2019, 15:58 |
neon1024 |
Just like here https://book.cakephp.org/3.0/en/orm/saving-data.html#saving-additional-data-to-the-join-table |
# |
Aug 27th 2019, 15:58 |
neon1024 |
So the request should be in `questions[0][_joinData][sortorder]` |
# |
Aug 27th 2019, 15:58 |
neon1024 |
it shoud be `$form->questions->_joinData` contains a FormsQuestion entity right? |
# |
Aug 27th 2019, 15:56 |
neon1024 |
I’m not sure how to force patch entity to deal with it, as I’ve already setup my `associated` option |
# |
Aug 27th 2019, 15:56 |
neon1024 |
But the property is accessible and is not marked dirty |
# |
Aug 27th 2019, 15:56 |
neon1024 |
`public '_joinData' => object(App\Model\Entity\FormsQuestion)[316]` |
# |
Aug 27th 2019, 15:55 |
neon1024 |
it’s correctly marshalling |
# |
Aug 27th 2019, 15:55 |
neon1024 |
I have `Forms belongsToMany Questions` `through 'FormsQuestions` |
# |
Aug 27th 2019, 15:54 |
neon1024 |
I’m submitting correct request data I reckon, and it’s being patched without error, but my _joinData property is not updated |
# |
Aug 27th 2019, 15:49 |
alexdd55976 |
`{"success":false,"message":"access denied","user":null}` with json_encode() |
# |
Aug 27th 2019, 15:48 |
alexdd55976 |
cake4.x |
# |
Aug 27th 2019, 15:48 |
alexdd55976 |
@admad |
# |
Aug 27th 2019, 15:48 |
alexdd55976 |
```Array ( [success] => [message] => access denied [user] => )``` |
# |
Aug 27th 2019, 15:48 |
neon1024 |
Does `_joinData` need to be writable in the entity? |
# |
Aug 27th 2019, 15:48 |
alexdd55976 |
somehow.. still empty |
# |
Aug 27th 2019, 15:35 |
admad |
Yes |
# |
Aug 27th 2019, 15:22 |
alexdd55976 |
@admad didn't you say that return values of boolean should be true and false now, not true and empty value? |
# |
Aug 27th 2019, 15:21 |
rudy1976s |
I am facing lots of problems searching some keyword against some translated fields |
# |
Aug 27th 2019, 15:21 |
rudy1976s |
good afternoon to all! |
# |
Aug 27th 2019, 13:45 |
dereuromark |
find = expect possible null result |
# |
Aug 27th 2019, 13:45 |
dereuromark |
and also if you find or get (duuh) |
# |
Aug 27th 2019, 13:45 |
dereuromark |
depends on if the primary key is available :slightly_smiling_face: |
# |
Aug 27th 2019, 13:43 |
ricksaccous |
I mostly firstOrFail() |
# |
Aug 27th 2019, 13:34 |
spriz |
dereuromark do you mostly `->get()`, even with conditions over `->find()->where()->firstOrFail()`? :slightly_smiling_face: |