sdebacker / TypiCMS

Multilingual CMS built with Laravel 4.2
MIT License
474 stars 119 forks source link

Dashboard error on history module. #119

Closed kamekun closed 8 years ago

kamekun commented 9 years ago

Hello everyone, someone of you have this error with a custom module on typi? Undefined property: TypiCMS\Modules\Comentarios\Models\Comentarios::$title on dashboard, i just set up a new module called "Comentarios" with a tittle entity but nothing keep this error.

Edit2: i make the translation table, comenatarios_translations; put title column; but simple dont fill the fields like you see in this pic.

blank comentarios

sdebacker commented 8 years ago

Better late than never, It's certainly related to getTitleAttribute() method in Base model.