You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking on any event in the calendar, it should redirect to the events list page, but it should specifically redirect to the page related to that event's ID. The file to modify is located at strapi-calendar/admin/src/pages/index.js, on line 331. The link should be updated from <Link to={/content-manager/collectionType/${settings.collection}/${id}}> to <Link to={/content-manager/collection-types/${settings.collection}/${id}}>. (collectionType => collection-types) Could you please investigate this issue?
When clicking on any event in the calendar, it should redirect to the events list page, but it should specifically redirect to the page related to that event's ID. The file to modify is located at
strapi-calendar/admin/src/pages/index.js
, on line 331. The link should be updated from<Link to={
/content-manager/collectionType/${settings.collection}/${id}}>
to<Link to={
/content-manager/collection-types/${settings.collection}/${id}}>
. (collectionType => collection-types) Could you please investigate this issue?(correct URL -http://localhost:1337/admin/content-manager/collection-types/api::event.event/50 - this URL gives an expected output)
The text was updated successfully, but these errors were encountered: