Open mvorisek opened 23 hours ago
Currently there are two locations where FUI modal is generated without php:
https://github.com/atk4/ui/blob/5.2.0/js/src/plugins/confirm.plugin.js and https://github.com/atk4/ui/blob/5.2.0/js/src/plugins/create-modal.plugin.js
If there should be no roundtrip between client and server, they can be pregenerated, but never constructed within js only.
Currently there are two locations where FUI modal is generated without php:
https://github.com/atk4/ui/blob/5.2.0/js/src/plugins/confirm.plugin.js and https://github.com/atk4/ui/blob/5.2.0/js/src/plugins/create-modal.plugin.js
If there should be no roundtrip between client and server, they can be pregenerated, but never constructed within js only.