Log message #4171266

# At Username Text
# Dec 28th 2018, 10:49 dereuromark also detects nullables etc (made it possible for me to see and remove some of the bad nullables in the db)
# Dec 28th 2018, 10:49 dereuromark tip: use Ide helper to annotate, it will detect the types and make it all visible per entity
# Dec 28th 2018, 10:49 birdy247 its a getRequest
# Dec 28th 2018, 10:48 birdy247 @steinkel know of any reason why my entities would not be using immutable dateTimes
# Dec 28th 2018, 10:48 dereuromark then they might switch the config or manually do sth here
# Dec 28th 2018, 10:48 birdy247 FYI, this is the cakeDC/API that is handling the request
# Dec 28th 2018, 10:48 birdy247 but this was never an issue before
# Dec 28th 2018, 10:47 birdy247 and I can see why
# Dec 28th 2018, 10:47 nayakvradhit Ok sure thank you for your approach
# Dec 28th 2018, 10:47 birdy247 What led me to investigate was something else is broken
# Dec 28th 2018, 10:47 birdy247 I dont believe it was always like this
# Dec 28th 2018, 10:47 dereuromark for me its frozenTime then
# Dec 28th 2018, 10:47 dereuromark interesting
# Dec 28th 2018, 10:45 birdy247 bootstrap
# Dec 28th 2018, 10:45 slackebot <birdy247>
# Dec 28th 2018, 10:45 dereuromark read the docs about the immutable one in bootstrap
# Dec 28th 2018, 10:45 birdy247 It thinks its a time?
# Dec 28th 2018, 10:45 dereuromark bad config :slightly_smiling_face:
# Dec 28th 2018, 10:44 slackebot <birdy247>
# Dec 28th 2018, 10:44 birdy247 gives this
# Dec 28th 2018, 10:43 dereuromark easy to verify using debug() dd() etc
# Dec 28th 2018, 10:42 dereuromark depends on your config, but ideally yes
# Dec 28th 2018, 10:42 birdy247 should the datetime be immutable?
# Dec 28th 2018, 10:42 birdy247 if I am getting an entity with a datetime
# Dec 28th 2018, 10:07 dereuromark :) in these cases it is simplier to work with the input already available. also less issues in validation
# Dec 28th 2018, 09:55 birdy247 providing feedback
# Dec 28th 2018, 09:45 dereuromark so you are complaining?^^
# Dec 28th 2018, 09:37 tomas.saghy I’d also like to ask, what is now preffered way to replace Validator notEmpty check.
# Dec 28th 2018, 09:37 birdy247 but image uses fullBase
# Dec 28th 2018, 09:36 birdy247 I just find it confusing how Html->link use _fullBase, _host etc..
# Dec 28th 2018, 09:33 dereuromark its a principle
# Dec 28th 2018, 09:31 birdy247 Just an idea
# Dec 28th 2018, 09:31 birdy247 I am not complaining lol
# Dec 28th 2018, 09:31 birdy247 You disagree?
# Dec 28th 2018, 09:31 dereuromark kiss
# Dec 28th 2018, 09:30 birdy247 with this method, I also have to set the https:// ?
# Dec 28th 2018, 09:30 birdy247 @dereuromark looks good to me. Although, it would be nice if we could also use a _host option as per the URl helper
# Dec 28th 2018, 09:26 birdy247 @dereuromark that was quick. I thought it was my job ;)
# Dec 28th 2018, 09:15 tomas.saghy Hi guys. I want to ask about View deprecated properties in 3.7. $hasRendered is marked as deprecated, but there is no note "use something else instead" and it's still used in render method. So what should you do when you rely on this property in inheriting class?
# Dec 28th 2018, 08:38 chinpei215 Sorry, though the mcrypt extension was used for cookie encryption, it was not used for password hashing. So if you are not using cookies for login, the extension doesn't relate to your issue.
# Dec 28th 2018, 08:30 chinpei215 thanks. but I don't understand why it causes 302 redirect. you may need to debug what is happening in your application.