Skip to content

Conversation

greensunrise
Copy link
Contributor

@greensunrise greensunrise commented Apr 28, 2019

Currently if there are more than one editor in a page then the content from the last editor is overrides content of all other editor on submit.
This happens because editor is overridden.

$form->json('first_json_mapping_field', 'First');
$form->json('second_json_mapping_field','Second');

--->Submit the form and both the fields will have save data saved

Currently if there are more than one editor in a page then the content from the last editor is overrides content of all other editor on submit.
This happens because editor is overridden.

$form->json('first_json_mapping_field', 'First');
$form->json('second_json_mapping_field','Second');
--->Submit the form and both the fields will have save data saved
@jxlwqq jxlwqq self-requested a review April 28, 2019 13:28
@jxlwqq jxlwqq merged commit 56b0f22 into laravel-admin-extensions:master Apr 28, 2019
@jxlwqq
Copy link
Member

jxlwqq commented Apr 28, 2019

thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants