tech.computeraid55120 Approved

Member since: 2020-04-20

Recent posts by tech.computeraid55120
Post When

While trying to do this from BackendAuth from the model, this worked for me. Notice that I've had to...

Posted in Hide backend columns/fields with permissions

What worked for me is retweeting the Auth or BackendAuth in my case from the controller basis my set...

Posted in Auth::getUser()->id returns nothing

Dear friends, the partial didn't work for me but the model's extendFormFields did. Its like 2 issues...

Posted in Dynamic default values for Form

Aahhhh ... Fixed the filter issue...had an extra ) in the config_filter.yaml after each LAIT condit...

Posted in Filters in List Implementation throws SQL Error when filters have the same field 'Title' (in their respective tables) when applied in a Nested Manner

Changed 'title' for SLAIT records to 'status_title', 'type_title,..., and so on but no change. My St...

Posted in Filters in List Implementation throws SQL Error when filters have the same field 'Title' (in their respective tables) when applied in a Nested Manner

Got this to work in the List (config_list.yaml) but not in the Filter Options nor in the Create Tic...

Posted in Filters in List Implementation throws SQL Error when filters have the same field 'Title' (in their respective tables) when applied in a Nested Manner

Hi friends,

I am a beginner to PHP, MVC, Laravel and OctoberCMS though its been an amazing learning ...

Posted in Filters in List Implementation throws SQL Error when filters have the same field 'Title' (in their respective tables) when applied in a Nested Manner

The reason is simple. I have faced this with many platforms and frameworks. Here are my two cents. T...

Posted in how to set date picker's default value as present time?