notum-cz / strapi-plugin-record-locking

This plugin provides the functionality to prevent data loss in cases where multiple users are simultaneously editing the same record within STRAPI v4.
20 stars 7 forks source link

fix: crashing with latest strapi #66

Closed omikulcik closed 8 months ago

omikulcik commented 8 months ago

In Strapi urls were changed from camel case (collectionType) to dashed case (collectionTypes) so this PR adjusts to it. Additionally it deletes the transport config as it is not needed anymore because Socket.io chooses the best method automatically.