jimlab56999 Approved

Member since: 2020-07-20

Recent posts by jimlab56999
Post When

Unfortunately I have a failure
First function 'getBuildingOprions' woks fine and I receive dropdown ...

Posted in get Number from Dropdown fields

I find a solution, but it breaks extending way
I delete options from Controllers

public function b...

Posted in get Number from Dropdown fields

I have original model Realty and my extended AddProperties
In my AddProperties I add some fields in ...

Posted in get Number from Dropdown fields

Hi mjauvin,
I have dropdown fields 'bathroom'
It has options: 'shared' and 'separate'
In the backend...

Posted in get Number from Dropdown fields

Hello, I'm extending plugin
I have some fields dropdown type
In the backend everything works corre...

Posted in get Number from Dropdown fields

Thank you this works fine. I thought only about extending primary model :)

Posted in Validation models fields

I found this

$model->addFillable(['floor']);

but it doesn't help
mjauvin could you please give me ...

Posted in Validation models fields

Ok, how should I define this fields in the Model?
Please give me an example or link
I have no idea f...

Posted in Validation models fields

O sorry don`t catch what you mean

 public function boot()
    {
        RealtyModel::extend(functi...

Posted in Validation models fields

I take it from
https://octobercms.com/docs/database/traits#validation What should I add?

Posted in Validation models fields