Log message #4100591

# At Username Text
# Dec 4th 2017, 12:51 dereuromark See https://book.cakephp.org/3.0/en/orm/retrieving-data-and-resultsets.html#custom-find-methods
# Dec 4th 2017, 12:50 dereuromark But in your case you could also just pass the id into a customer finder and filter by that.
# Dec 4th 2017, 12:50 birdy247 My custom templates are not being used
# Dec 4th 2017, 12:49 birdy247 has something changed with bake?
# Dec 4th 2017, 12:49 dereuromark https://github.com/FriendsOfCake/awesome-cakephp#auditing--logging Checkout the awesome list and the Footprint plugin maybe
# Dec 4th 2017, 12:48 jkpatel291289 @dereuromark i am trying to display only records that are created by logged in user.
# Dec 4th 2017, 12:47 jkpatel291289 i want to pass loggedin user id into beforeFind method
# Dec 4th 2017, 12:47 obinoob9 casmo I do believe that the email is valid... perhaps you are having some validation trouble
# Dec 4th 2017, 12:47 dereuromark usually $this->MyModel->doSth($mySessionData) etc
# Dec 4th 2017, 12:46 dereuromark where do you call it in what controller? and what do you call?
# Dec 4th 2017, 12:46 dereuromark models should be stateless, not stateful :slightly_smiling_face:
# Dec 4th 2017, 12:46 jkpatel291289 how? i m newbi..
# Dec 4th 2017, 12:46 dereuromark passing it in.
# Dec 4th 2017, 12:46 jkpatel291289 what is the best way to use auth in model?
# Dec 4th 2017, 12:46 casmo Excuse me
# Dec 4th 2017, 12:44 admad casmo: ask the channel not an individual unless he/she has already started a conversation with you
# Dec 4th 2017, 12:44 admad guess the cakebot is dead
# Dec 4th 2017, 12:44 slackebot2 ~tell casmo abotu bitch
# Dec 4th 2017, 12:44 slackebot2 Command sent from Slack by admad:
# Dec 4th 2017, 12:43 happy Good point ;)
# Dec 4th 2017, 12:43 admad @happy you could have easily checked it yourself by checking the behavior code
# Dec 4th 2017, 12:42 casmo Hey Admad, is there a reason why the domein .co returns false on email validation? e.g. test@domain.co ?
# Dec 4th 2017, 12:42 obinoob9 hmic each phone / emails go through validator one at a time meaning all phones / emails are filtered by same rules what i only need the first phone or email to be required or filtered by some specific rule I can't use a custom validator because that would affect all phones/emails in same way right?
# Dec 4th 2017, 12:41 happy ok, thanks @admad :thumbsup:
# Dec 4th 2017, 12:41 admad @happy it does a select count() each time
# Dec 4th 2017, 12:36 inoas hmic: ll be back later but you pointed in the right direction anyway, no need to let it hit cakephp at all
# Dec 4th 2017, 12:34 happy Does anyone know if the CounterCache behaviour just +/-1 each time or does it run a SELECT COUNT() statement eachtime?
# Dec 4th 2017, 12:33 obinoob9 *is
# Dec 4th 2017, 12:32 obinoob9 the update if fixed ;)
# Dec 4th 2017, 12:29 hmic if not - why not add the markup and render the control without the inputcontainer by setting div => false in the options array?
# Dec 4th 2017, 12:28 hmic you cant set the inputcontainer/template on the control itself?
# Dec 4th 2017, 12:27 neon1024 Yeah this sucks, https://pastebin.com/FJ7yKj0G
# Dec 4th 2017, 12:27 hmic does not work without the associated ids - and an id for your client record too of course!
# Dec 4th 2017, 12:26 obinoob9 edit
# Dec 4th 2017, 12:26 obinoob9 yeah !
# Dec 4th 2017, 12:26 hmic or are you talking about an add now, no edit?
# Dec 4th 2017, 12:26 hmic obinoob9, i still cant see no primary keys in this data
# Dec 4th 2017, 12:24 obinoob9 hmic https://gist.github.com/obinoob/48197cc1ab9fc3b8cd378cbe9b48b91d
# Dec 4th 2017, 12:23 obinoob9 hmic but accorading to this https://book.cakephp.org/3.0/en/views/helpers/form.html#associated-form-inputs my template is right and debug $this request seems fine to me
# Dec 4th 2017, 12:22 neon1024 Urgh, such a faff for a simple thing :(
# Dec 4th 2017, 12:21 hmic neon1024: i'd say so, yes. you can supply that template with the controls options array