verbb / many-to-many

A Field Type plugin for CraftCMS that allows the management of relationships from both sides
MIT License
83 stars 17 forks source link

Craft 4 support? #38

Closed CreateSean closed 1 year ago

CreateSean commented 2 years ago

Will this plugin be update to work with Craft 4?

ostark commented 2 years ago

@CreateSean

Not fully tested, but it works for my limited use case https://github.com/ostark/craft-manytomany/tree/craft4

Adjust your composer.json to use the fork for testing

// ...
  "require": {
    // ...
    "page-8/craft-manytomany": "dev-craft4"
  },
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/ostark/craft-manytomany"
    }
   ]

Any feedback is appreciated!

ostark commented 2 years ago

Damn, it worked for a while and now it does not save new relations.

ostark commented 2 years ago

It only works if autosaveDrafts is disabled in config/general.php That's probably related to the hidden add and deleted inputs ...

engram-design commented 2 years ago

Just to chime in, we've added this to our Craft 3 migration project, as people are keen to see this plugin on Craft 4.

If you're no longer developing this plugin, we'd be happy to continue development at Verbb (including updating to Craft 4). If you'd like to go ahead, you can transfer this repository to myself engram-design and we can take it from here.

CreateSean commented 1 year ago

Looks like this project is abandonware. Hoping that engram-design/verbb does update it. I have upvoted on the page linked above.

engram-design commented 1 year ago

Happy to take it over @CreateSean just haven't heard anything from any of the current maintainers @peter-tell @Wiejeben @monachilada

codewithkyle commented 1 year ago

@nickworks or @nicholashamilton might be able to help someone get in touch with @peter-tell

peter-tell commented 1 year ago

Well hi @codewithkyle !

Sorry for the delay all. I'm good with transferring this over.

peter-tell commented 1 year ago

Transferred. Thanks for taking this over @engram-design ! Looking forward to seeing what you guys do with it.

engram-design commented 1 year ago

@peter-tell Thanks for that, we'll get to work! 💪

engram-design commented 1 year ago

Added in 3.0.0