Recent posts by omdreamreg6295
| Post | When |
|---|---|
|
Thank you! |
Posted in Rainlab.Blog. Categories. WhereRaw method ignores database prefix |
|
I use database prefix "oct_"
|
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 |
|
|
Answer: http://octobercms.com/forum/post/hide-backend-columnsfields-with-permissions?page=1#post-730... |
|
|
I understand :) Just override field options
public function formExtendFields($form)
{
...
|
|
|
Have you found a solution? I have the same problem. I need to disable field in back end form depen... |
|
|
Hello! I want to disable field depending on the permissions. Is it possible to set it in "Form Field... |
|
|
Thank you !!! |
Posted in Export List as CSV |