gpxpod icon indicating copy to clipboard operation
gpxpod copied to clipboard

Problem with the menu link (nextcloud 29.0.0)

Open prolibre opened this issue 9 months ago • 0 comments

Gpxpod ♥ (v5.0.18)

Under nextcloud 29 the menu link is missing (but there is the icon). I have to enter the url (...)/index.php/apps/gpxpod/ to go to the application.

Here is what I have in source code (firefox) and you can see that the link is missing (href="") !?

<li data-v-62f74e6b="" data-app-id="gpxpod" class="app-menu-entry">
<a data-v-62f74e6b="" href="" aria-label="GpxPod" title="GpxPod" class="">
<img data-v-62f74e6b="" src="/apps/gpxpod/img/app.svg" alt="">
<div data-v-62f74e6b="" class="app-menu-entry--label">
GpxPod
<!---->
</div>
</a>
</li>

I have the same problem with phonetrack (https://github.com/julien-nc/phonetrack/issues/45).

prolibre avatar May 12 '24 06:05 prolibre