Mathias E.
Mathias E.
if you tested this on your browser directly, it's normal. if you want to see the json on standard GET requests, for debug : ``` if($request['draw']) { return $datatable->ajax(); }...
Hello, i think i have the same issue on a n.n relation. i have a count columns that works on init but when searching the query string is interpreted as...
Hello, i have the same type of problem, i use vee-validate 2 which define a global fields computed property, so i'm unable to use this prop directly, since they are...
Hello, any news on this ? after updating min date, default hour and minutes are lost thanks.
Hello, i have a solution, you need to call setHours before updating minDate : ``` this.$set(this.pickerConfig, 'minDate', minDate.setHours(this.pickerConfig.defaultHour, this.pickerConfig.defaultMinute)); ```
hello, nothing has been added, just modified. change : ``` this.$set(this.pickerConfig, 'minDate', minDate); ``` by ``` this.$set(this.pickerConfig, 'minDate', minDate.setHours(this.pickerConfig.defaultHour, this.pickerConfig.defaultMinute)); ``` if you do not have this type of behaviour...
Hello, the solution that i gave before does not work because the min hour/minute is now set to the default one. In my case 23:59 is the default, so it's...
@alabo-excel this repo is not maintained, no one will assign you / accept pr's also this issue is about https://github.com/lusaxweb/vuesax-next which is also not maintained If you want to contribute...
i have the exact same issue, passing access_mode to Cloudinary::admin()->updateUploadPreset() does not work
@aleksandar-cloudinary yes but it fallback to public every time i update the preset with the admin api, it should : - either set the access_mode - or don't set the...