modxcms / Collections

An Extra for MODX Revolution that provides for Resource Collections managed by CollectionContainer Resources
GNU General Public License v2.0
53 stars 37 forks source link

Collections 4 not setting namespaced class_key correctly #362

Open wuuti opened 1 year ago

wuuti commented 1 year ago

When creating a document in a collections container, it will get a class_key property of modDocument on a MODX 3.x installation, where the namespaced value MODX\Revolution\modDocument would be the correct format.

The non-namespace format is deprecated.