Log message #4151215

# At Username Text
# Jun 13th 2018, 20:49 slackebot `/var/www/digital2go/d2go_cms/app/tests/TestCase/Controller/ApplicationsControllerTest.php` ```
# Jun 13th 2018, 20:49 slackebot `/var/www/digital2go/d2go_cms/app/tests/TestCase/Controller/ApplicationsControllerTest.php` bin/cake bake test Controller --prefix Customer Applications Baking test case for App\Controller\ApplicationsController ... File `/var/www/digital2go/d2go_cms/app/tests/TestCase/Controller/ApplicationsControllerTest.php` exists Do you want to overwrite? (y/n/a/q) [n] > y Wrote
# Jun 13th 2018, 20:49 hippo Trying to generate controller tests with prefixes but both generate the exact same file.. ``` bin/cake bake test Controller --prefix Admin Applications Baking test case for App\Controller\ApplicationsController ... File `/var/www/digital2go/d2go_cms/app/tests/TestCase/Controller/ApplicationsControllerTest.php` exists Do you want to overwrite? (y/n/a/q) [n] > y Wrote
# Jun 13th 2018, 20:00 sdevore Ok, just wanted to check. So I’ll dig into thing to see if I can figure out why I am doing this to myself
# Jun 13th 2018, 19:59 lorenzo right, they should not mess with the ones in the main view
# Jun 13th 2018, 19:58 sdevore I agree with the design BTW ;)
# Jun 13th 2018, 19:57 sdevore but they shouldn’t null the main view blocks right?
# Jun 13th 2018, 19:57 lorenzo That’s by design
# Jun 13th 2018, 19:57 lorenzo Cells do not share blocks with the main view
# Jun 13th 2018, 19:55 sdevore So I am starting to play with View Cells a bit more and I’m wondering if what I am seeing is a ‘bug’ or a ‘misunderstanding between the screen and chair’. When I use a view cell it seems that view blocks that are set outside of the cell are getting reset to null after the cell is displayed. That there is not complete isolation. (note I am not looking to share the blocks)
# Jun 13th 2018, 19:07 nakodatechnosoft composer require friendsofcake/cakepdf:version
# Jun 13th 2018, 19:04 saeideng >hello finally i am able to download cakepdf 3.2.1 nice, how ?
# Jun 13th 2018, 19:03 nakodatechnosoft @admad plz help
# Jun 13th 2018, 19:03 nakodatechnosoft also where i have to define Configure::write('CakePdf', [])
# Jun 13th 2018, 19:02 nakodatechnosoft now how can i config it download pdf file without showing PDF in url
# Jun 13th 2018, 19:01 nakodatechnosoft hello finally i am able to download cakepdf 3.2.1
# Jun 13th 2018, 18:51 itmpls nevermind, that's not it
# Jun 13th 2018, 18:49 itmpls i'm guessing that might be relative to the same connection which causes the issue..
# Jun 13th 2018, 18:49 itmpls let me flip flop and see
# Jun 13th 2018, 18:49 itmpls @lorenzo there is a ->save() call right above this call for another model
# Jun 13th 2018, 18:41 spencdev Because if the value is an array, it doesn't even register it
# Jun 13th 2018, 18:40 spencdev So in `friendsofcake/search` if you want to search by date, you have to convert the date to a string?
# Jun 13th 2018, 18:13 lorenzo Could be another behavior retaining false in a callback
# Jun 13th 2018, 18:13 lorenzo Check the docs and see if it changed, but that actually sounds like either you started the transaction somewhere else or that an association failed saving or something like that
# Jun 13th 2018, 18:07 itmpls nope doesn't fire
# Jun 13th 2018, 18:04 itmpls ok lemme see
# Jun 13th 2018, 18:04 lorenzo Add an afterSaveCommit function in your table and see if it gets triggers there
# Jun 13th 2018, 18:04 itmpls i don't have anything special on my end from what I know
# Jun 13th 2018, 18:04 itmpls maybe it changed in 3.6. hmm
# Jun 13th 2018, 18:03 lorenzo Or maybe afterSaveCommit changed in 3.6?
# Jun 13th 2018, 18:03 lorenzo Maybe. You have a callback stopping the events in after save?
# Jun 13th 2018, 18:03 lorenzo Transactions are used by cake automatically
# Jun 13th 2018, 18:00 itmpls the documentation makes it seem like transactions are optional but it seems like you have to use transactions to get the auditQueue to process?
# Jun 13th 2018, 17:46 itmpls @lorenzo - for audit stash, dd('afterSave') at the bottom of afterSave is triggered, but dd('afterCommit') at the start of afterCommit is never reached - though I'm not dealing with a transaction..
# Jun 13th 2018, 16:00 saeideng bye
# Jun 13th 2018, 16:00 lorenzo bye@
# Jun 13th 2018, 15:58 josbeir i'll think of a solution on my commute home, ttl ! ;)
# Jun 13th 2018, 15:57 josbeir yeah, just need a plice to do it outside of the "application layer"
# Jun 13th 2018, 15:57 lorenzo casting the simple types may be just enough
# Jun 13th 2018, 15:57 lorenzo I think a type architecture like that for the ORM is too much
# Jun 13th 2018, 15:57 josbeir ES doesn't assume stuff and takes various kind of date formats