El-Devoper
El-Devoper
The first time you click on the year the list is shown. If you click a second time or on a second dialog i.e. a from and until date selection,...
### Link to the documentation page or resource https://docs.strapi.io/developer-docs/latest/development/backend-customization/controllers.html#extending-core-controllers ### Describe the bug Hello, I tried to extend a core controller as described in the docs: ``` async find(ctx) {...
Hi, if my menu has 5 or more items, it works as expected. But when it has less than 5 items, it stops working. Is this on purpose? Or is...