wintercms / winter

Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.
https://wintercms.com
MIT License
1.37k stars 193 forks source link

Snowboard data-attach-loading broken in backend #1233

Open mjauvin opened 12 hours ago

mjauvin commented 12 hours ago

Winter CMS Build

dev-develop

PHP Version

8.1

Database engine

MySQL/MariaDB

Plugins installed

No response

Issue description

Trying to use a button in a backend view with a data-attach-loading does not work.

Note: this works fine on a frontend page

Steps to replicate

Add the following button to a backend controller:

<button data-attach-loading data-request=onAjax>TEST</button>

Workaround

No response

mjauvin commented 12 hours ago

Note:data-request-flash does work in that same backend view.