omdreamreg6295 Approved

Member since: 2015-02-20

Recent posts by omdreamreg6295
Post When

Thank you!

Posted in Rainlab.Blog. Categories. WhereRaw method ignores database prefix

I use database prefix "oct_"


protected function loadCategories()
    {
        $categories = BlogCa...

Posted in Rainlab.Blog. Categories. WhereRaw method ignores database prefix

Hello!

There are 2 models: question and answer.

Answer belongs to Question:

public $belongsTo = [
 ...

Posted in Pass param from form to relation form

I had the same problem.

Add to shedule model:

     /**
     * @var array Fillable fields
     */
  ...

Posted in Mass assignment failed for Model attribute Error while using config relation

Use: https://octobercms.com/docs/backend/forms#extend-form-behavior

Posted in Permissions for field options in form definition

Answer: http://octobercms.com/forum/post/hide-backend-columnsfields-with-permissions?page=1#post-730...

Posted in Permissions for field options in form definition

I understand :)

Just override field options

public function formExtendFields($form)
    {
        ...

Posted in Hide backend columns/fields with permissions

Have you found a solution? I have the same problem. I need to disable field in back end form depen...

Posted in Hide backend columns/fields with permissions

Hello!

I want to disable field depending on the permissions. Is it possible to set it in "Form Field...

Posted in Permissions for field options in form definition

Thank you !!!

Posted in Export List as CSV