adminarchitect / core

AdminArchitect - Active Admin for Laravel
http://adminarchitect.com
MIT License
211 stars 66 forks source link

Setting $translatedAttributes will have repeated fields in the create form #40

Closed smallcar88 closed 5 years ago

smallcar88 commented 5 years ago

Hi there, I am trying to setup localization support in my admin panel. I set the $translatedAttributes = ["title", "description"]; in my Property model. However, when I get into the creation form of the Property. The title and description are repeating themselves. Moreover, the markdown editor of the description doesn't have the multi-language checkbox around it.

2018-10-24 16 47 17

Any ideas?

smallcar88 commented 5 years ago

Not sure if it helps. I removed the title and description from $fillable of the model and the fields only show once. however, it still cannot have multi-language support for the markdown editor