coopTilleuls / CoopTilleulsSyliusClickNCollectPlugin

Sell and deliver securely during the COVID-19 pandemic!
https://click-n-collect.shop
GNU Affero General Public License v3.0
78 stars 34 forks source link

jakubroztocil.github.io does not exists #66

Closed Lactunion closed 11 months ago

Lactunion commented 12 months ago

Description

Users got an issue on our pages with rrule.min.js : not defined : image_paste2943392

How to reproduce

Possible Solution

The https://jakubroztocil.github.io/ does not exists. According to his owner, it seems to be moved at https://jkbrzt.github.io/

jkbrzt

A possible way to fix it may be to update the following file that refers to the old repository : src/Resources/views/Admin/Form/_scripts.html.twig

The old include : {% include '@SyliusUi/_javascripts.html.twig' with {'path': 'https://jakubroztocil.github.io/rrule/dist/es5/rrule.min.js'} %} May be replaced by : {% include '@SyliusUi/_javascripts.html.twig' with {'path': 'https://jkbrzt.github.io/rrule/dist/es5/rrule.min.js'} %}

Additional Context