Log message #4201502

# At Username Text
# Sep 4th 2019, 09:23 val Hi, there is beforeValidate callback in 2.x. What it has been replaced with in 3.x?
# Sep 4th 2019, 08:01 jeremy.halin I've tried by overriding property getter in entity, but it's never empty because `Translate` behavior will get content from original table if current locale is empty. I want to force a specific locale. I can force it but then, how do I check if there is content or not.
# Sep 4th 2019, 07:59 jeremy.halin For `Translate` behavior, is there any way to set fallback language ? For example if locale is set to `es_ES` but no translation are available for this language, it will default to `App.defaultLocale` which means it will get data directly from original table (and not `i18n`). What if I want to display `fr_FR` when `es_ES` is not available ?
# Sep 4th 2019, 07:56 jeremy.halin Hi ! :wave:
# Sep 4th 2019, 07:13 COOurb yo
# Sep 4th 2019, 07:12 alexdd55976 good morning
# Sep 4th 2019, 07:10 COOurb so based on this id I'm passing extra data to proceed
# Sep 4th 2019, 07:09 COOurb or id
# Sep 4th 2019, 07:09 COOurb every droplist has it's own name
# Sep 4th 2019, 07:09 COOurb again, I have several droplists
# Sep 4th 2019, 07:08 COOurb because I need to tie different enities
# Sep 4th 2019, 07:07 COOurb my goal is to send request with structured data, like this request['field1'=>'value1', 'field2'=>'value2', 'fieldset1'=>['fs1'=>'val1', 'fs2'=>'val2']]
# Sep 4th 2019, 07:06 spriz I am not sure I understand your goal - but did you try the `'multiple' => true` from https://book.cakephp.org/3.0/en/views/helpers/form.html#options-for-select-checkbox-and-radio-controls ? :slightly_smiling_face:
# Sep 4th 2019, 07:04 COOurb I can use javascript for it, but before I wanna know if I can make it without js
# Sep 4th 2019, 07:03 COOurb yea, but I have several dropdowns
# Sep 4th 2019, 07:03 spriz COOurb like a multiple select?
# Sep 4th 2019, 07:01 COOurb like we have regular fields that are scalar and make something like array of such fields under one name
# Sep 4th 2019, 06:59 COOurb hey, is there any way to send (from form) several options in array/named array?
# Sep 4th 2019, 06:59 javier.villanueva ty dudes
# Sep 4th 2019, 06:59 javier.villanueva yes
# Sep 4th 2019, 06:59 admad "optimal solutions" are always about effort vs reward, not what you run the fastest :slightly_smiling_face:
# Sep 4th 2019, 06:58 javier.villanueva i keep that
# Sep 4th 2019, 06:58 javier.villanueva ok
# Sep 4th 2019, 06:57 admad even with 100 controllers there is hardly going to be enough bump in page load time to annoy the user
# Sep 4th 2019, 06:57 admad if you want to split hairs about performance then retrieving from cache is gonna be faster then from db :slightly_smiling_face:
# Sep 4th 2019, 06:56 admad no need to use db
# Sep 4th 2019, 06:55 admad then format the results properly and cache it
# Sep 4th 2019, 06:55 conehead @javier.villanueva Then you should not ask for an optimal solution :P Using reflection is imho probably easier and dirtier to implement. Notably faster probably not
# Sep 4th 2019, 06:54 javier.villanueva ok
# Sep 4th 2019, 06:54 javier.villanueva :upside_down_face:
# Sep 4th 2019, 06:52 conehead :(
# Sep 4th 2019, 06:52 admad oh it's for villa :P
# Sep 4th 2019, 06:52 slackebot ~tell conehead about premature
# Sep 4th 2019, 06:52 slackebot Command sent from Slack by admad:
# Sep 4th 2019, 06:51 admad kiwi_11: google "jquery dirtyforms"
# Sep 4th 2019, 06:51 javier.villanueva Its not a problem really (in my case), because is a superadmin feature... I think in performance
# Sep 4th 2019, 06:48 javier.villanueva thanks
# Sep 4th 2019, 06:48 conehead I would strongly advise to save it to a database. As you might restrict yourself to add specific methods as you do not want to show them.
# Sep 4th 2019, 06:41 javier.villanueva one question. (the most optimal solution). I want to show (in selects) all controllers, and their actions. Is it better to use Reflection each time or is it better to store in the database this info to access?
# Sep 4th 2019, 05:42 kiwi_11 ea that would be better than dataloss
# Sep 4th 2019, 05:42 kiwi_11 hi all, new to cakephp and have an app i am trying to figure out a fix for. have a form which is being entered into but if the user clicks away the form doesn't warn of data loss. is there a cake way of doing this or a autosave function? add and edit are through different links but if for instance the autosave then redirecterd to the edit ar