Tomasz Puch

Results 11 comments of Tomasz Puch

Hi @jozef-drabik, Recently option to read all navigations was added see [here](https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation/blob/master/server/routes/client.ts#L24). Hope this covers your need. If not, we'll add some extra logic.

I'm closing this issue due to no answer from poster. Feel free to re-open, please.

Hi @jnovak-SM2Dev, I dug a bit deeper. Comment entity connects either to Strapi user or displays details provided at comment creation. Both are displayed as `author`. If comment is created...

Hi @janlew Have a look if https://github.com/VirtusLab-Open-Source/strapi-plugin-comments/pull/251 PR will cover your needs.

Hi @OliveiraCleidson, I did some research about custom webhooks. It is possible to _register_ new webhook event name. And probably trigger it. But for admin panel panel integration or visibility...

Hi @glacierck There's a PR addressing your query. Have a look, please.

Hi @thewickest We're sorry for your inconvenience. As a check steps I've to checks. First on was to delete all navigations. (Simulating first run after plugin enabling). I was unable...

Hi @alexoesmith Current one entity limit per navigation is a left-over from previous Strapi version. There was relation persistence issue when the same entity was used in multiple navigation items....

Hi @marcodeluca and @Adaphath Current one entity limit per navigation is a left-over from previous Strapi version. There was relation persistence issue when the same entity was used in multiple...

This issues is addressed by related pull request. Have a look, please.