- Issue created by @kopeboy
It works only node entities. I tried with other custom entities built with Storage, Flag etc. but without success.
Its name should be node limit instead of entity limit.
I tried this combination but I cannot exclude the module doesn't work in other scenarios, ie. with other entity type & bundle and/or user-level limit.
On a fresh Drupal 10.3.6 install, an authenticated user limit of 1 on default comments was not respected, and posting a comment, even as administrator, was instead giving this error (weirdly not in a normal Drupal message but at the bottom of the page):
Drupal\Core\Entity\Query\QueryException: 'type' not found in Drupal\Core\Entity\Query\Sql\Tables->ensureEntityTable() (line 369 of core/lib/Drupal/Core/Entity/Query/Sql/Tables.php).
Active
3.0
Code
It works only node entities. I tried with other custom entities built with Storage, Flag etc. but without success.
Its name should be node limit instead of entity limit.