Log message #4227771

# At Username Text
# Feb 19th 2020, 12:06 tomrwaller I have inputContainer - is that not the same thing?
# Feb 19th 2020, 12:04 neon1024 Probably looking for the inputWrapper template?
# Feb 19th 2020, 11:53 tomrwaller But in my HTML output the select isn't picking up the class.
# Feb 19th 2020, 11:53 tomrwaller And in my form-templates.php I'm returning this: 'select' => '<div class="form-group"><select class="form-control" {{attrs}} name={{name}}>{{content}}<select></div>',
# Feb 19th 2020, 11:53 tomrwaller I'm presenting the select on add.php like this: echo $this->Form->select('recommendationgroup_id', $recommendationgroups, ['multiple' => true]);
# Feb 19th 2020, 11:52 tomrwaller Hey all - I have a form template that I'm using to apply wrapping divs/classess to form controls but it looks like it's not picking up the wrap for a select element - does anyone know why that might be?
# Feb 19th 2020, 11:51 neon1024 Rather than what I’m doing, which is `->format('Y-m-d')` and comparing as strings
# Feb 19th 2020, 11:51 neon1024 Can you compare two FrozenDate objects directly?
# Feb 19th 2020, 10:57 neon1024 Yeah, I have lots of Chart javascript clutting up my template which is what got me thinking about it :) Thanks for the confirmation, I will refactor one of my dashboard graphs I need in two places
# Feb 19th 2020, 10:56 admad @neon1024 view cells would be a good use case for that, just you will have to use inline js as cells are self contained
# Feb 19th 2020, 10:53 admad @val possibly
# Feb 19th 2020, 10:52 neon1024 Anyway, just a thought :)
# Feb 19th 2020, 10:51 neon1024 ..but then you end up with lots of controller code, and the graphs are less contained and portalable, as you’d have to migrate the controller code to source the data if you re-used the graph
# Feb 19th 2020, 10:36 kaliel @neon1024 i would rather go for elements and passed data, like angular parent->child input binding
# Feb 19th 2020, 10:30 neon1024 When creating a dashboard with graphs, would it be logical to make each graph a View Cell? So that a dashboard is comprised to View Cells to contain a graphs data and js (I’m using chart.js) in self contained template? ..and make the graphs re-usable
# Feb 19th 2020, 09:38 val @admad https://github.com/cakephp/authorization/commit/fb894a0e163a37c91347b5603002ef9ec615062a#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780L12 was it a error that "cakephp/core" was changed to "cakephp/cakephp"?
# Feb 19th 2020, 09:34 javier.villanueva @conehead thanks! now works with update()
# Feb 19th 2020, 09:23 conehead Hm just wondering...is there a general "most common" file encoding to use when coding? Should files be UTF-8 with LF? I mean for pretty much every language?
# Feb 19th 2020, 09:13 dereuromark again, depends on the packages (namespaces) used inside the plugin. check this and check if you can resolve it to split packages as well
# Feb 19th 2020, 09:12 val https://github.com/cakephp/authorization/blob/1.x/composer.json has dependency to "cakephp/core" but https://github.com/cakephp/authorization/blob/master/composer.json has dependency to "cakephp/cakephp". Why is that?
# Feb 19th 2020, 09:05 conehead @javier.villanueva you called save or update afterwards?
# Feb 19th 2020, 09:04 val I got the impression that the idea of authentication and authorization plugins was to decouple it from controllers layer
# Feb 19th 2020, 09:00 dereuromark find out the packages needed, maybe it is.
# Feb 19th 2020, 09:00 val Hi, shouldn't it be possible to install https://github.com/cakephp/authorization/tree/master without dependency to "cakephp/cakephp" but to "cakephp/core" like?
# Feb 19th 2020, 08:35 javier.villanueva last version 0.11.1 ?
# Feb 19th 2020, 08:25 kaliel @javier.villanueva which version of phinx ?
# Feb 19th 2020, 08:24 javier.villanueva Im using migrations... and drop table not works... somebody with the same problem?
# Feb 19th 2020, 08:24 javier.villanueva morning all
# Feb 19th 2020, 08:15 peppejaripappalardo Hello guys, no one know something about this?
# Feb 19th 2020, 07:33 admad well FrozenTime fields actually which extends Chronos
# Feb 19th 2020, 07:32 admad > can I force the Entity to use Chronos for all datetime That's already by the ORM for actual db fields
# Feb 19th 2020, 07:20 turkles Hi all, I'm trying to create a virtual field which relies on if a datetime is in the past, can I force the Entity to use Chronos for all datetime? Or do I have to create a Chronos instance? Or should I just be using somethign to compare the FrozenTime it already uses (this is cake 3.8)
# Feb 18th 2020, 23:59 rightscoreanalysis I solved it - thanks :)
# Feb 18th 2020, 23:52 rightscoreanalysis namespace App\Controller\Admin;
# Feb 18th 2020, 23:51 challgren And if your namespace on the PurchaseController correct
# Feb 18th 2020, 23:51 rightscoreanalysis I have admin routes set up
# Feb 18th 2020, 23:51 challgren Is your controller in /src/Controller/Admin/PurchasesController
# Feb 18th 2020, 23:51 rightscoreanalysis but buyer in this case is a param not action
# Feb 18th 2020, 23:51 rightscoreanalysis I am getting an error: Action PurchasesController::buyer() could not be found
# Feb 18th 2020, 23:50 rightscoreanalysis admin/purchases/buyer
# Feb 18th 2020, 23:50 rightscoreanalysis on another note I have this url: