Log message #4186921

# At Username Text
# May 20th 2019, 13:16 admad @neon1024 i can't think of a reason either why it would have problem only with "view"
# May 20th 2019, 13:02 neon1024 I just haven’t looked into the bake plugin in great detail so am unsure where to look or even start debugging
# May 20th 2019, 13:02 neon1024 @admad Ahok good point. I’ve added that to the ticket. I wondered if it was the ‘view’ word overlapping with a variable or something
# May 20th 2019, 12:58 dereuromark on save?
# May 20th 2019, 12:55 inoas to not be required to filter all request data
# May 20th 2019, 12:55 inoas Is there a way to treat '' as NULL per column
# May 20th 2019, 12:46 inoas and then some request data wiping
# May 20th 2019, 12:46 inoas hm the hack I am looking for is something like <?= $this->Form->control(sprintf('codes.%s._createJoin', $i), as a checkbox
# May 20th 2019, 12:37 inoas good pointer - thanks
# May 20th 2019, 12:35 admad There are test cases for saving extra field in join table using _joinData
# May 20th 2019, 12:29 inoas but then it must not be id but foreign_key_id? or is it the primary key of the other side table (aka codes id => id)?
# May 20th 2019, 12:28 inoas I will try again
# May 20th 2019, 12:28 inoas yeah I have tried but it will try to validate/save the record then
# May 20th 2019, 12:26 admad you can't combine ._ids with ._joinData records. You need to create array like `[0 => [id => x, _joinData => [weight => 100], 1 => [id => y, _joinData => [..]]]`
# May 20th 2019, 12:23 inoas I don'T want to create habtm records, just link them and add join data while doing so
# May 20th 2019, 12:22 inoas codes._ids + codes.0._joinData.weight = 100
# May 20th 2019, 12:22 inoas what's the correct way to add has and belongs to many checkboxes alongside join table data
# May 20th 2019, 12:19 k4t Router::parse
# May 20th 2019, 12:19 k4t ok, found it
# May 20th 2019, 12:16 k4t is it possible to "deconstruct" url string to array which contain controller name, action, params etc. ?
# May 20th 2019, 12:04 admad @neon1024 "It does add, edit and index just fine" That's a vital piece of info which you havent mentioned in the ticket
# May 20th 2019, 12:02 admad as the names suggests it's called **after** a save is done. So of course any changes done there won't end up in the db.
# May 20th 2019, 11:57 welo.lamacchia why when i change entity in afterSave callback, no edit field was save in my database? In afterSave i have to call save method after changing field ?
# May 20th 2019, 11:44 josbeir i'm probably wrong tho :P
# May 20th 2019, 11:44 josbeir same for the prefix argument
# May 20th 2019, 11:44 josbeir cant recall x=x works in cake but i could be wrong :P
# May 20th 2019, 11:43 josbeir @neon1024 not sure but isn't it --theme xxx instead of theme=xxx
# May 20th 2019, 11:26 neon1024 I can’t figure it out :( Hopefully someone will update the ticket 8)
# May 20th 2019, 10:32 neon1024 I’m reading the TemplateCommand class
# May 20th 2019, 10:31 neon1024 Hey @dereuromark any chance you could point me in the right direction for this? I’m looking for the right bit in the source, but I’m not sure where to look really https://github.com/cakephp/bake/issues/549
# May 20th 2019, 10:20 dereuromark sure, whats the issue using the callback for it?
# May 20th 2019, 10:20 welo.lamacchia everyone know if is possible to change entity field in after save ?
# May 20th 2019, 10:18 ishan Hello, can anyone know how to pass default configurations array in initialize method when using other components in another component.
# May 20th 2019, 10:09 neon1024 Is there a way to validate my twig template?
# May 20th 2019, 09:58 neon1024 Can anyone think why my 4.0.0-alpha1 bake theme won’t use my `view.twig` template? It does add, edit and index just fine
# May 20th 2019, 09:37 kgb.acct.personal Thanks :doge:
# May 20th 2019, 09:34 neon1024 https://book.cakephp.org/2.0/en/core-libraries/behaviors/containable.html
# May 20th 2019, 09:34 neon1024 Oh sorry, you add the behaviour to the model
# May 20th 2019, 09:31 kgb.acct.personal > Ah. So it's what enables `contain` in model. I mean, in Cake 2
# May 20th 2019, 09:31 neon1024 https://book.cakephp.org/3.0/en/orm/query-builder.html#loading-associations
# May 20th 2019, 09:30 kgb.acct.personal I think I have to re-read the doc