viur-framework / viur-core

The core component of ViUR, the Python framework for modern web development.
https://www.viur.dev
MIT License
13 stars 14 forks source link

refactor: Move datastore index retrieval to `SkelModule` (backport v3.6) #1239

Closed phorward closed 2 months ago

phorward commented 2 months ago

This is a back port of #1231 to core-3.6, as #1232 should become part of v3.6.

This is also a better implementation, as the previous checked for module name, but the kind name is the important one!