HansSchouten / Laravel-Pagebuilder

A drag and drop pagebuilder to manage pages in any Laravel project
https://www.phpagebuilder.com
MIT License
799 stars 184 forks source link

Refresh text/images after change on view.php #124

Open khristoff opened 2 years ago

khristoff commented 2 years ago

I have a view.html block and when I refresh the text immediately I see the new text in the right side, the problem is, when the block is a view.php file, I only can edit the text in the left sidebar and I can't see the changes in the right side unless save and refresh, how can view changes on a view.php when I change text or upload images? Thanks

HansSchouten commented 2 years ago

Check for any JS errors, because if you change a setting in the left sidebar the view.php file should be renderered via an ajax call and loaded into the page.

khristoff commented 2 years ago

When I edit in view.html component I have this on console backbone.js:370 [Traits]: 'url' type not found {level: 'warning'} and the text is updated, but when is view.php the console is clear, where can I found that ajaxcall?