bnomei / kirby3-autoid

Automatic unique ID for Pages, Files and Structures including performant helpers to retrieve them. Bonus: Tiny-URL.
https://forum.getkirby.com/t/kirby3-autoid-plugin/23572
MIT License
80 stars 8 forks source link

Doesn't work with sylvainjule/kirby-multilist #63

Open adamkiss opened 3 years ago

adamkiss commented 3 years ago

Hi Bruno,

I've tried to setup autoid with Sylvain's Multilist, since that one is basically a structure, but I've found out it doesn't really work. I've tried to isolate in autoid's code what makes it work for structures, but I wasn't able to find it. Then I've tried to generate the autoid() on my own, which does work - it does generate - but it isn't saved in the DB.

What can I do for autoid to support multilist?