outl1ne/nova-translatable

Incompatibility issue with other fields introduced on version `^1.7.0`

Closed this issue · 2 comments

Hi, something might have changed between version 1.6.12 and 1.7.0 that causes the package https://github.com/froala/nova-froala-field to not work anymore within a flexible-field-content field..

If use version 1.6.12 = Everything works fine
If I use version 1.7.0 = The content of the field is completely incorrect

Code example:

Flexible::make('Test', 'Test')->addLayout('Test', 'Test', [

    Froala::make('Content', 'content')->alwaysShow()->translatable(),

])

Hey! Just released version 1.7.2 that should fix this issue.
Let me know if there are any other problems. I recently reworked fill method a bit to reduce duplicate code, so hopefully everything now works as it did before.
Thank you for reporting this.

Hi, thanks! Just tested it is working now!