fatfishdigital / zoommeeting

Zoom plugin for Craft Cms
Other
2 stars 2 forks source link

Hard-coded cpTriggerUrl #7

Open Saboteur777 opened 3 years ago

Saboteur777 commented 3 years ago

There are a lot of parts of the code where the admin cpTriggerUrl is baked in instead of using the actual cpTriggerUrl setting, e.g.:

<form method="post" accept-charset="" action="{{ url('/admin/create') }}" >

instead of

<form method="post" accept-charset="" action="{{ cpUrl('create') }}" >
axelhebenstreit commented 3 years ago

this is still breaking the plugin when cpTriggerUrl is something else then admin